Skip to content

Commit

Permalink
Revert to v3 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dokempf committed Feb 8, 2024
1 parent aea3b67 commit 532d2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
lcov --directory ./build{% if cookiecutter.header_only == "No" %}/src{% endif %} --capture --output-file coverage.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
files: ${{ "{{runner.workspace}}" }}/coverage.info
Expand Down

0 comments on commit 532d2b0

Please sign in to comment.