Skip to content

Commit

Permalink
try codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffry1829 committed May 6, 2024
1 parent da3ff92 commit e518b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cmake_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
gcovr -r .. . --xml gcovr.xml -e ".*_deps.*$"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
#directory: ${{runner.workspace}}/build
Expand Down

0 comments on commit e518b8b

Please sign in to comment.