Skip to content

Commit

Permalink
fixup codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Glamhoth committed Jun 25, 2024
1 parent 5615123 commit 2c2e9cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,13 @@ jobs:
lcov --directory . --gcov-tool llvm_gcov.sh --capture --output-file coverage.info
lcov --remove coverage.info '/usr/*' "$GITHUB_WORKSPACE"'/extern/*' --output-file coverage.info
lcov --list coverage.info
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
files: ./build/coverage.info
name: repo-template
verbose: true

0 comments on commit 2c2e9cf

Please sign in to comment.