diff options
author | 2021-09-20 16:31:43 -0400 | |
---|---|---|
committer | 2021-09-20 16:31:43 -0400 | |
commit | f24937319fbd489a3a200dbd5cb067d9a7918832 (patch) | |
tree | bfcdcb76f32ad90bbf7af1068ce293afa611e3c2 | |
parent | Fix typos and grammar in tags (diff) | |
parent | Merge pull request #1838 from python-discord/remove-coveralls (diff) |
Merge branch 'main' into tags-revision
-rw-r--r-- | .github/workflows/lint-test.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 619544e1a..2f42f1895 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -121,13 +121,6 @@ jobs: - name: Run tests and generate coverage report run: pytest -n auto --cov --disable-warnings -q - # This step will publish the coverage reports coveralls.io and - # print a "job" link in the output of the GitHub Action - - name: Publish coverage report to coveralls.io - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: coveralls - # Prepare the Pull Request Payload artifact. If this fails, we # we fail silently using the `continue-on-error` option. It's # nice if this succeeds, but if it fails for any reason, it |