Skip to content

Commit

Permalink
Add codecov token to GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
philgyford committed Apr 8, 2024
1 parent 2a07335 commit ea0467c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ jobs:

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

ruff:
name: "Run ruff: ${{ matrix.toxenv }}"
Expand Down

0 comments on commit ea0467c

Please sign in to comment.