Skip to content

Commit

Permalink
Try another reporter plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
0xg0nz0 committed Mar 13, 2024
1 parent be80dd3 commit a9eb2ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ jobs:
cd build
ninja coverage
- name: Report code coverage
uses: kefasjw/lcov-pull-request-report@v1
uses: andybelltree/lcov-reporter-action@v1.7.0
with:
lcov-file: build/coverage.info
github-token: ${{ secrets.GITHUB_TOKEN }}
delete-old-comments: true

lint:
name: Lint
Expand Down

0 comments on commit a9eb2ab

Please sign in to comment.