Skip to content

Commit

Permalink
Update codecov-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-sentry authored Jun 21, 2024
1 parent 22df8e1 commit 14a1d54
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/codecov-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,9 @@ jobs:
with:
distribution: 'adopt'
java-version: 15.0.2
- name: Build debug
run: bash ./gradlew build jacocoTestReport assembleAndroidTest
- name: run tests
uses: reactivecircus/android-emulator-runner@v1
with:
api-level: 29
script: ./gradlew connectedCheck
- name: Build and run unit tests
run: |
./gradlew build jacocoTestReport
- name: Upload coverage to Codecov
env:
CODECOV_TOKEN: 4b643ba1-1aaf-47a2-89cd-56f7d6ab45ad
Expand Down

0 comments on commit 14a1d54

Please sign in to comment.