aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8121581..4876c76 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -92,3 +92,12 @@ jobs:
path: .coverage/simplecov.json
if-no-files-found: error
retention-days: 30
+
+ - name: Send coverage to Coveralls
+ uses: coverallsapp/github-action@v2
+ continue-on-error: true
+ with:
+ file: .coverage/simplecov.json
+ format: simplecov
+ env:
+ COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}