diff options
-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 |