From e909eaf65649e9baece1bad7ad148d9cc04568f9 Mon Sep 17 00:00:00 2001 From: Shinokuni Date: Thu, 4 Jul 2024 12:38:26 +0200 Subject: [PATCH] Remove temporaly jacoco reports from CI --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 893a925d..f824a80f 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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