Skip to content

Commit

Permalink
Update codecov token
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Ekenstam <[email protected]>
  • Loading branch information
tekenstam committed Apr 21, 2024
1 parent f8ac539 commit fe46696
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.17
go-version: ^1.19
cache: true

- name: Check out code into the Go module directory
Expand All @@ -27,5 +27,7 @@ jobs:
- name: Upload to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.txt

0 comments on commit fe46696

Please sign in to comment.