mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-22 23:11:01 +01:00
Remove temporaly jacoco reports from CI
This commit is contained in:
parent
a15e8d617d
commit
e909eaf656
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
uses: ReactiveCircus/android-emulator-runner@v2.30.1
|
||||
with:
|
||||
api-level: 29
|
||||
script: ./gradlew clean build connectedCheck jacocoFullReport
|
||||
script: ./gradlew clean build connectedCheck
|
||||
- uses: codecov/codecov-action@v2.1.0
|
||||
with:
|
||||
files: ./build/reports/jacoco/jacocoFullReport.xml
|
||||
|
Loading…
Reference in New Issue
Block a user