Skip to content

Commit

Permalink
Update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
rnc committed May 23, 2023
1 parent 9852eaf commit eb81929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# uses: mxschmitt/action-tmate@v3
# if: ${{ failure() }}
- name: Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ./build/reports/jacoco/aggregate/jacocoTestReport.xml
verbose: true
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
with:
arguments: clean build publish AggregateJacocoReport
- name: Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
files: ./build/reports/jacoco/aggregate/jacocoTestReport.xml
verbose: true

0 comments on commit eb81929

Please sign in to comment.