Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanCheshire committed Oct 27, 2023
1 parent a6efeb7 commit 83d18ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
arguments: jacocoTestReport
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
file: ./build/reports/jacoco/test/xml/index.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 83d18ab

Please sign in to comment.