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 <[email protected]>
  • Loading branch information
scothis committed Mar 18, 2024
1 parent 6016dae commit 5b8ae55
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: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5b8ae55

Please sign in to comment.