Skip to content

Commit

Permalink
Fix codecov action to take token (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ananto30 authored Jun 29, 2024
1 parent f03f1b9 commit 92f9da0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ jobs:
- name: Upload Coverage to Codecov
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 92f9da0

Please sign in to comment.