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 0932397 commit dec1c8eCopy full SHA for dec1c8e
.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: pytest --cov-branch --cov-report=term-missing --cov=academic_tracker -rP -k test_pmid_reference_underscore_ref_search tests/
+ run: pytest --cov-branch --cov-report=term-missing --cov=academic_tracker -rP tests/
36
# - name: Debug with tmate on failure
37
# if: ${{ failure() }}
38
# uses: mxschmitt/action-tmate@v3
0 commit comments