Skip to content

Commit

Permalink
Merge pull request #170 from compscidr/renovate/codecov-codecov-actio…
Browse files Browse the repository at this point in the history
…n-5.x

chore(deps): update codecov/codecov-action action to v5
  • Loading branch information
compscidr authored Nov 18, 2024
2 parents 8e42f7f + fa1eb29 commit b427303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,21 @@ jobs:
run: ./gradlew connectedCheck
- name: Upload ICMP Common Unit Tests Report to CodeCov
# https://github.com/codecov/codecov-action
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: commonunittests
files: ./icmp-common/build/reports/jacoco/test/jacocoTestReport.xml
- name: Upload ICMP Linux Unit Tests Report to CodeCov
# https://github.com/codecov/codecov-action
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: linuxunittests
files: ./icmp-linux/build/reports/jacoco/test/jacocoTestReport.xml
- name: Upload Instrumented Tests Report to CodeCov
# https://github.com/codecov/codecov-action
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: instrumentedtests
Expand Down

0 comments on commit b427303

Please sign in to comment.