Skip to content

Commit

Permalink
integrate Codecov for cpde coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-waiguru committed Jan 8, 2024
1 parent 8f340d7 commit b90773b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ jobs:
run: ./gradlew test

- name: Run debug Build
run: ./gradlew assembleDebug
run: ./gradlew assembleDebug
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b90773b

Please sign in to comment.