Skip to content

Commit

Permalink
Update codecov-action to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsorr authored Apr 23, 2024
1 parent 6bc9971 commit 1e49e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build_and_coverage/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:

- name: Publish coverage to codecov 📊
if: contains(env.SCOPE, 'uploadReport')
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./target/scala-2.12/scoverage-report/scoverage.xml,./target/scala-2.13/scoverage-report/scoverage.xml
fail_ci_if_error: true
Expand Down

0 comments on commit 1e49e3c

Please sign in to comment.