mirror of https://github.com/readrops/Readrops.git
Update Codecov action
This commit is contained in:
parent
8654e788ef
commit
9acfb1e601
|
@ -30,8 +30,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
api-level: 29
|
api-level: 29
|
||||||
script: ./gradlew clean build connectedCheck jacocoFullReport
|
script: ./gradlew clean build connectedCheck jacocoFullReport
|
||||||
- uses: codecov/codecov-action@v2.1.0
|
- uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
files: ./build/reports/jacoco/jacocoFullReport/jacocoFullReport.xml
|
files: ./build/reports/jacoco/jacocoFullReport/jacocoFullReport.xml
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
verbose: true
|
verbose: true
|
Loading…
Reference in New Issue