Skip to content

Commit

Permalink
Git: Update CodeCov GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Glamhoth committed Jun 25, 2024
1 parent fd1424d commit 69b26d8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,3 @@ 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@v2
with:
files: ./build/coverage.info
fail_ci_if_error: true

0 comments on commit 69b26d8

Please sign in to comment.