Skip to content

Commit

Permalink
fix(build): jacoco coverage report not generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus authored Jan 11, 2021
1 parent 560e191 commit 90721d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
run: ./gradlew test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Create Coverage
run: ./gradlew jacocoTestReport
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload CodeCov Report
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 90721d9

Please sign in to comment.