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 8d9b78a commit 4e2792d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ jobs:
- name: Test
run: go test -v -coverprofile=coverage.txt -covermode=count ./...
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4e2792d

Please sign in to comment.