Skip to content

Commit

Permalink
Try a different method of passing in coverage tokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Apr 28, 2024
1 parent 6578e3b commit ed6eed2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
path: ./com.io7m.aradine.tests/target/surefire-reports
- name: Coverage
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${'{ secrets.CODECOV_TOKEN }'}
with:
token: ${'{ secrets.CODECOV_TOKEN }'}
file: com.io7m.aradine.tests/target/site/jacoco-aggregate/jacoco.xml

0 comments on commit ed6eed2

Please sign in to comment.