diff options
| author | 2021-09-26 12:21:57 -0700 | |
|---|---|---|
| committer | 2021-09-26 12:21:57 -0700 | |
| commit | dbfe8c63ba9986ed9e6ac72409fa92ab1e62a37f (patch) | |
| tree | 1bfa2fc72ec8b29a3cafa7865b5d7d8b63165b8f /.github | |
| parent | Use create_task util instead of asyncio.create_task (diff) | |
| parent | Merge pull request #1846 from python-discord/suppress-notfound-messages-on-de... (diff) | |
Merge branch 'main' into scheduling-create_task-init
Diffstat (limited to '.github')
| -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 |