Skip to content

Commit

Permalink
Update codeCov to V4
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaLrz committed Aug 19, 2024
1 parent 9c6e10e commit 194024c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jacoco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
run: ./.github/workflows/resources/scripts/unit-test-coverage-merge/code-coverage-merge.sh ${{ github.workspace }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./target/mergeReport/jacoco.xml
files: ${{ github.workspace }}/target/mergeReport/jacoco.xml/target/mergeReport/jacoco.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 194024c

Please sign in to comment.