mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-14 09:57:31 -04:00
'#2486 Upload Reports to github actions
This commit is contained in:
parent
2c53eaf394
commit
21d9d6de35
7
.github/workflows/coverage.yml
vendored
7
.github/workflows/coverage.yml
vendored
@ -45,3 +45,10 @@ jobs:
|
||||
- name: Upload coverage to Codecov
|
||||
run: |
|
||||
bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
- name: Upload Coverage to GH-Actions
|
||||
uses: actions/upload-artifact@v2.2.0
|
||||
with:
|
||||
name: Tests Coverage Report
|
||||
path: |
|
||||
**/reports/
|
||||
|
8
.github/workflows/pull_request.yml
vendored
8
.github/workflows/pull_request.yml
vendored
@ -16,6 +16,14 @@ jobs:
|
||||
- name: Static Analysis
|
||||
run: ./gradlew ktlintCheck detekt app:lintDebug custom:lintCustomexampleDebug
|
||||
|
||||
- name: Upload Static Analysis Report
|
||||
uses: actions/upload-artifact@v2.2.0
|
||||
with:
|
||||
name: Static Analysis Report
|
||||
path: |
|
||||
**/reports/
|
||||
|
||||
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user