Skip to content

Commit

Permalink
Merge pull request #105 from jerolba/fix_codecov
Browse files Browse the repository at this point in the history
Fix token setup
  • Loading branch information
jerolba authored Oct 26, 2024
2 parents 542b244 + 9a8a128 commit cad99cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
run: ./gradlew jacocoTestReport
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v4
token: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}

build-latest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cad99cc

Please sign in to comment.