Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from 3 to 4 (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 11, 2024
1 parent b013c30 commit a7acdce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
cache: gradle
- run: ./gradlew :api-client:testDebugCoverage --no-daemon
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
flags: api-client
files: api-client/build/reports/jacoco/testDebugCoverage/testDebugCoverage.xml
Expand All @@ -87,7 +87,7 @@ jobs:
java-version: ${{ env.JAVA_VERSION }}
cache: gradle
- run: ./gradlew :app:testDebugCoverage --no-daemon
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
flags: app
files: app/build/reports/jacoco/testFreeDebugCoverage/testFreeDebugCoverage.xml,app/build/reports/jacoco/testFullDebugCoverage/testFullDebugCoverage.xml
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
emulator-options: >-
-camera-back none -camera-front none -gpu swiftshader_indirect
-memory 3000 -no-audio -no-boot-anim -no-snapshot -no-window
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
flags: app

Expand Down

0 comments on commit a7acdce

Please sign in to comment.