mirror of https://github.com/readrops/Readrops.git
Update codecov action
This commit is contained in:
parent
dd109f2a64
commit
b293b84b74
|
@ -26,7 +26,7 @@ jobs:
|
||||||
script: ./gradlew clean build connectedCheck jacocoFullReport
|
script: ./gradlew clean build connectedCheck jacocoFullReport
|
||||||
- uses: codecov/codecov-action@v2.1.0
|
- uses: codecov/codecov-action@v2.1.0
|
||||||
with:
|
with:
|
||||||
directory: ./build/reports/jacoco/
|
# directory: ./build/reports/jacoco/
|
||||||
files: ./jacocoFullReport.xml
|
files: ./build/reports/jacoco/jacocoFullReport.xml
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
verbose: true
|
verbose: true
|
Loading…
Reference in New Issue