mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Fix naming
This commit is contained in:
parent
0fc0cd1ccf
commit
0fd82771cc
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
- name: Upload screenshot result
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: screencap
|
||||
name: ${{ matrix.api-level }}
|
||||
path: screencap.png
|
||||
|
||||
- name: create unit coverage
|
||||
|
@ -3,7 +3,6 @@
|
||||
adb logcat -c
|
||||
adb logcat *:E -v color &
|
||||
./gradlew jacocoInstrumentationTestReport
|
||||
adb remount
|
||||
adb shell screencap -p /sdcard/screencap.png
|
||||
adb pull /sdcard/screencap.png
|
||||
find screencap.png
|
||||
|
Loading…
x
Reference in New Issue
Block a user