Skip to content

Commit

Permalink
create android directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynafs committed Jun 11, 2024
1 parent 3e6070d commit 9bb697e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
force-avd-creation: true
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew :datasource:remote:clean :datasource:remote:createDebugCombinedCoverageReport --stacktrace
script: ./gradlew datasource:remote:clean datasource:remote:createDebugCombinedCoverageReport --stacktrace

- name: Upload DataSource module test coverage report to Codecov
if: matrix.api-level == 30 # Only upload coverage on API level 30
Expand Down

0 comments on commit 9bb697e

Please sign in to comment.