Skip to content

Commit e48a4a5

Browse files
Test on multiple versions
1 parent 324bb13 commit e48a4a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ jobs:
2323
cache: true
2424

2525
- name: go test
26-
run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
26+
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
2727

2828
- name: Upload coverage to Codecov
2929
uses: codecov/codecov-action@v3
3030
with:
31+
token: ${{ secrets.CODECOV_TOKEN }}
3132
file: ./coverage.txt
3233
env_vars: GO
3334
env:

0 commit comments

Comments
 (0)