Skip to content

Commit

Permalink
Merge pull request #149 from sahandilshan/codecov
Browse files Browse the repository at this point in the history
Update codecov action version
  • Loading branch information
sahandilshan authored Jul 26, 2024
2 parents 5efd300 + e54a257 commit 0e8f028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: find ~/.m2/repository/ -name "*-SNAPSHOT" -type d -print -prune -exec rm -r {} +

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: components/**/target/site/jacoco/jacoco.xml

0 comments on commit 0e8f028

Please sign in to comment.