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 5d13072 commit 101feb7Copy full SHA for 101feb7
.github/workflows/python-package.yml
@@ -37,8 +37,3 @@ jobs:
37
- name: Test with pytest
38
run: |
39
pytest
40
-
41
- - name: Report Coveralls (Linux)
42
- run: curl -sL https://coveralls.io/coveralls-linux.tar.gz | tar -xz && ./coveralls report --repo-token=${{ secrets.GITHUB_TOKEN }}
43
- env:
44
- COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments