Skip to content

Commit

Permalink
Update codecov to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mellis13 committed Aug 7, 2024
1 parent 4937fbd commit 67c88b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jobs:
run: third-party/lcov/install/bin/lcov --ignore-errors gcov,mismatch --keep-going -c -d build/Coverage/CMakeFiles -o coverage.info

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.5.0
with:
files: ./coverage.xml, ./coverage.info

Expand Down

0 comments on commit 67c88b2

Please sign in to comment.