mirror of
https://github.com/readrops/Readrops.git
synced 2025-02-01 11:16:49 +01:00
Update Codecov action
This commit is contained in:
parent
8654e788ef
commit
9acfb1e601
3
.github/workflows/android.yml
vendored
3
.github/workflows/android.yml
vendored
@ -30,8 +30,9 @@ jobs:
|
||||
with:
|
||||
api-level: 29
|
||||
script: ./gradlew clean build connectedCheck jacocoFullReport
|
||||
- uses: codecov/codecov-action@v2.1.0
|
||||
- uses: codecov/codecov-action@v4
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
files: ./build/reports/jacoco/jacocoFullReport/jacocoFullReport.xml
|
||||
fail_ci_if_error: true
|
||||
verbose: true
|
Loading…
x
Reference in New Issue
Block a user