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 4218421 commit a07431aCopy full SHA for a07431a
.github/workflows/pytest.yml
@@ -51,7 +51,7 @@ jobs:
51
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
52
- name: Test with pytest
53
run: |
54
- pytest -vv --junitxml=pytest.xml --cov-report "xml:coverage.xml" --cov=argus tests/
+ pytest -vv --junitxml=pytest.xml --cov-report "xml:coverage.xml" --cov=FastAuth tests/
55
- name: Pytest coverage comment
56
if: always() && github.event_name == 'pull_request'
57
uses: MishaKav/pytest-coverage-comment@main
0 commit comments