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 655fd59 commit fcfc0c0Copy full SHA for fcfc0c0
.github/workflows/pythonpackage.yml
@@ -44,12 +44,6 @@ jobs:
44
- name: Run unittests
45
id: unittests
46
continue-on-error: true
47
- env:
48
- CONNECTION_METHOD: ${{ secrets.CONNECTION_METHOD }}
49
- PASSWORD: ${{ secrets.PASSWORD }}
50
- PORT: ${{ secrets.PORT }}
51
- USERNAME: ${{ secrets.USERNAME }}
52
- SCRAPER_API_KEY: ${{ secrets.SCRAPER_API_KEY }}
53
run: |
54
coverage run -m unittest -v test_module.TestScholarly
55
- name: Generate coverage report (macOS only)
0 commit comments