Skip to content

Commit f590284

Browse files
committed
refactor: update test coverage file name and Codecov action version
1 parent 1a9441f commit f590284

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
run: go test -v ./tests/integration/...
2828

2929
- name: Generate test coverage
30-
run: go test -coverprofile=coverage.out ./...
30+
run: go test -coverprofile=coverage.txt ./...
3131

3232
- name: Upload coverage reports to Codecov
33-
uses: codecov/codecov-action@v3
33+
uses: codecov/codecov-action@v5
3434
with:
35-
file: ./coverage.out
35+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)