We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44699f commit 76b3ec6Copy full SHA for 76b3ec6
.github/workflows/test.yml
@@ -33,9 +33,9 @@ jobs:
33
run: |
34
mypy stringsight/ --ignore-missing-imports
35
36
- - name: Test with pytest
37
- run: |
38
- pytest --cov=stringsight --cov-report=xml --cov-report=term-missing
+ # - name: Test with pytest
+ # run: |
+ # pytest --cov=stringsight --cov-report=xml --cov-report=term-missing
39
40
- name: Upload coverage to Codecov
41
uses: codecov/codecov-action@v3
0 commit comments