Skip to content

Commit

Permalink
Fix codecov token for repo move
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Andrews <scott@andrews.me>
  • Loading branch information
scothis committed Mar 18, 2024
1 parent 6016dae commit 85dea21
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
- name: Test
run: |
go test -v ./... -coverprofile cover.out
- name: Report coverage
run: |
bash <(curl -s https://codecov.io/bash)
env:
CODECOV_TOKEN: 16421b44-8cd3-49d9-a01e-189c5141009e
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: 97c581bf-f8ad-4881-8ace-ebb1e2d5b0e1

0 comments on commit 85dea21

Please sign in to comment.