Skip to content

Commit

Permalink
enable coveralls integration (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Sep 15, 2021
1 parent ba2699f commit c878d30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ jobs:
- uses: codecov/codecov-action@v1
with:
file: lcov.info
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./lcov.info

0 comments on commit c878d30

Please sign in to comment.