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 7ea69aa commit e589b1cCopy full SHA for e589b1c
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
attempt_limit: 10
33
attempt_delay: 10000
34
- name: Run tests on package
35
- run: python3 -m pytest tests/ --cov --cov-branch --cov-report=term-missing
+ run: pytest --cov-branch --cov-report=term-missing --cov=academic_tracker tests/
36
# - name: Debug with tmate on failure
37
# if: ${{ failure() }}
38
# uses: mxschmitt/action-tmate@v3
0 commit comments