Skip to content

Commit d1bb951

Browse files
authored
Merge branch 'main' into add-get-or-fetch-util
2 parents 15d84f9 + f62ca81 commit d1bb951

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/lint-test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,6 @@ jobs:
121121
- name: Run tests and generate coverage report
122122
run: pytest -n auto --cov --disable-warnings -q
123123

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-
131124
# Prepare the Pull Request Payload artifact. If this fails, we
132125
# we fail silently using the `continue-on-error` option. It's
133126
# nice if this succeeds, but if it fails for any reason, it

0 commit comments

Comments
 (0)