diff options
author | 2021-09-25 21:59:07 +0100 | |
---|---|---|
committer | 2021-09-25 21:59:07 +0100 | |
commit | e7b5b60699581943bb580e5f8a4aed0e5a6dbece (patch) | |
tree | 7f4f8dec574d0869ccff52a6c5bc34e097132490 | |
parent | Bluenix Review (diff) | |
parent | Merge branch 'main' into tags-revision (diff) |
Merge remote-tracking branch 'origin/tags-revision' 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 |