mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-04 03:06:41 -04:00
#1593 Move CI from Travis to GitHub Action - upload multiple coverage reports to reduce variance
This commit is contained in:
parent
a55c3bcebd
commit
a06fb793d9
9
.github/workflows/coverage.yml
vendored
9
.github/workflows/coverage.yml
vendored
@ -12,8 +12,11 @@ on:
|
||||
|
||||
jobs:
|
||||
|
||||
coverageReport:
|
||||
runs-on: macOS-latest
|
||||
coverageReport:strategy:
|
||||
matrix:
|
||||
api-level: [21, 22]
|
||||
fail-fast: false
|
||||
runs-on: macOS-latestruns-on: macOS-latest
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v1
|
||||
@ -23,7 +26,7 @@ jobs:
|
||||
- name: create instrumentation coverage
|
||||
uses: reactivecircus/android-emulator-runner@v2.0.0
|
||||
with:
|
||||
api-level: 21
|
||||
api-level: ${{ matrix.api-level }}
|
||||
arch: x86_64
|
||||
script: bash instrumentation.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user