Skip to content

Commit

Permalink
chore: Reference Codecov token from secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed Mar 19, 2024
1 parent 5e1f26f commit 90b955e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ jobs:
- name: Test
run: hatch run cov-test
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 90b955e

Please sign in to comment.