Skip to content

Commit

Permalink
Send coverage to Coveralls
Browse files Browse the repository at this point in the history
When updating CI we missed this step. We are not sure anyone actually
uses the Coveralls data, but we where sending it so should continue to.
  • Loading branch information
mec committed Nov 21, 2024
1 parent 8561560 commit 3ebbd86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@ jobs:
-
name: Shutdown containers
run: docker compose -p app_test down && docker compose -p app_test rm
-
name: Coveralls
uses: coverallsapp/github-action@v2
with:
file: ./coverage/lcov.info
fail-on-error: false

0 comments on commit 3ebbd86

Please sign in to comment.