Skip to content

Commit 4ec7276

Browse files
committed
chore: update test codecov
1 parent 0a9a267 commit 4ec7276

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ jobs:
6464
${{ runner.os }}-go-
6565
- name: Run Tests
6666
run: |
67-
go test -v -covermode=atomic -coverprofile=coverage.out
67+
go test -v -covermode=atomic -coverprofile=coverage.txt
6868
- name: Upload coverage to Codecov
6969
uses: codecov/codecov-action@v4.5.0
7070
with:
7171
flags: ${{ matrix.os }},go-${{ matrix.go }}
72+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)