Skip to content

Commit

Permalink
Test coveralls integration #8
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeyk committed Dec 18, 2024
1 parent d02e758 commit 06d0a52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ jobs:
overwrite: true

coverage:
name: Coverage
needs: tests
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Coverage file
uses: actions/download-artifact@v4
Expand All @@ -82,5 +84,4 @@ jobs:
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
debug: true
file: coverage.lcov

0 comments on commit 06d0a52

Please sign in to comment.