Skip to content

Commit

Permalink
Merge pull request #200 from offa/ci/codecov
Browse files Browse the repository at this point in the history
Update codecov-action to v4
  • Loading branch information
offa authored Mar 9, 2024
2 parents aaadfa4 + 412d056 commit b9fd907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
ctest -D ExperimentalBuild -j${JOBS}
ctest -D ExperimentalMemCheck -j${JOBS}
- name: CodeCov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
gcov: true
build_msvc:
Expand Down

0 comments on commit b9fd907

Please sign in to comment.