mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-18 20:05:53 -04:00
Merge pull request #2487 from s-ayush2903/ci/s-ayush2903/#2486-upload-reports-to-gh-actions
CI: Upload Reports to github actions
This commit is contained in:
commit
0a3acb04d0
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