diff options
author | 2021-12-27 09:49:26 -0800 | |
---|---|---|
committer | 2021-12-27 09:49:26 -0800 | |
commit | 3eb8e63924fdb6f08ff83acaad653efee319c7d3 (patch) | |
tree | 9c84b9aa806742c5671f9de16b233423ba0d8761 | |
parent | CI: remove SHA from image build GHA cache scope (diff) |
CI: specify service name to coveralls
See https://github.com/TheKevJames/coveralls-python/issues/240
-rw-r--r-- | .github/workflows/test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 70a7d3c..2476e55 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -91,4 +91,4 @@ jobs: - name: Publish coverage report to coveralls.io env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: coveralls + run: coveralls --service=github |