Skip to content

Commit

Permalink
chore: add CODECOV_TOKEN. (#624)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat authored Aug 2, 2024
1 parent 1e51c4b commit c780543
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
- name: Test
run: ./gradlew check
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

build:
needs: test
Expand Down

0 comments on commit c780543

Please sign in to comment.