Skip to content

Commit

Permalink
Update codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Nov 30, 2024
1 parent 424b460 commit 66c0dc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ jobs:
run: ./gradlew build

- name: Codecov upload
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 66c0dc5

Please sign in to comment.