Skip to content

Commit

Permalink
Merge pull request #254 from per1234/revert-codecov-action-bump
Browse files Browse the repository at this point in the history
Revert "Bump codecov/codecov-action from 3 to 4 (#253)"
  • Loading branch information
aentinger authored Sep 15, 2023
2 parents 49a65ab + 8738950 commit 96a49a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
coverage-data-path: ${{ env.COVERAGE_DATA_PATH }}

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
file: "${{ env.COVERAGE_DATA_PATH }}"
fail_ci_if_error: true

0 comments on commit 96a49a4

Please sign in to comment.