Skip to content

Commit

Permalink
Codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
ldbonkowski authored Nov 6, 2023
1 parent 3d09246 commit 44160a2
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,7 @@ jobs:
./gradlew test
continue-on-error: true

- name: Upload html test report
uses: actions/upload-artifact@v3
with:
name: index.html
path: app/build/reports/tests/testDebugUnitTest/index.html

- name: Upload test report directory
uses: actions/upload-artifact@v3
with:
name: testDebugStuff
path: app/build/reports/tests/testDebugUnitTest/
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 44160a2

Please sign in to comment.