Skip to content

Commit a07431a

Browse files
committed
🔧 Adjust pytest coverage report to cover 'FastAuth' module
1 parent 4218421 commit a07431a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
5252
- name: Test with pytest
5353
run: |
54-
pytest -vv --junitxml=pytest.xml --cov-report "xml:coverage.xml" --cov=argus tests/
54+
pytest -vv --junitxml=pytest.xml --cov-report "xml:coverage.xml" --cov=FastAuth tests/
5555
- name: Pytest coverage comment
5656
if: always() && github.event_name == 'pull_request'
5757
uses: MishaKav/pytest-coverage-comment@main

0 commit comments

Comments
 (0)