Skip to content

Commit

Permalink
revert codecov action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
rpreen committed Dec 1, 2024
1 parent 4cac0e9 commit 66fb569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
gcovr -r ./ -x > report.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 66fb569

Please sign in to comment.