Skip to content

Commit

Permalink
ci: pass token to codecov action
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <[email protected]>
  • Loading branch information
FFY00 committed Jun 3, 2024
1 parent b5661f2 commit e109e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
if: always()
env:
PYTHON: ${{ matrix.python }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
flags: tests
env_vars: PYTHON
Expand Down

0 comments on commit e109e1b

Please sign in to comment.