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.
2 parents 15d84f9 + f62ca81 commit d1bb951Copy full SHA for d1bb951
.github/workflows/lint-test.yml
@@ -121,13 +121,6 @@ jobs:
121
- name: Run tests and generate coverage report
122
run: pytest -n auto --cov --disable-warnings -q
123
124
- # This step will publish the coverage reports coveralls.io and
125
- # print a "job" link in the output of the GitHub Action
126
- - name: Publish coverage report to coveralls.io
127
- env:
128
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
129
- run: coveralls
130
-
131
# Prepare the Pull Request Payload artifact. If this fails, we
132
# we fail silently using the `continue-on-error` option. It's
133
# nice if this succeeds, but if it fails for any reason, it
0 commit comments