Skip to content

Commit e589b1c

Browse files
committed
update tests.yml
1 parent 7ea69aa commit e589b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
attempt_limit: 10
3333
attempt_delay: 10000
3434
- name: Run tests on package
35-
run: python3 -m pytest tests/ --cov --cov-branch --cov-report=term-missing
35+
run: pytest --cov-branch --cov-report=term-missing --cov=academic_tracker tests/
3636
# - name: Debug with tmate on failure
3737
# if: ${{ failure() }}
3838
# uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)