Skip to content

Commit

Permalink
Use correct lcov path for Coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Apr 18, 2021
1 parent 7a08170 commit bc4ec76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: .coverage
- run: make lint
- run: make benchmark
- run: cd website; python build_rules.py
Expand Down

0 comments on commit bc4ec76

Please sign in to comment.