Skip to content

Commit 4ecfce1

Browse files
committed
Update codecov-action version to v4.1.1
1 parent 1743680 commit 4ecfce1

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,4 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Run tests
26-
run: go test -v -count=1 -race -shuffle=on -coverprofile=coverage.txt ./...
27-
28-
- name: Upload Coverage
29-
uses: codecov/codecov-action@v4
30-
continue-on-error: true
31-
with:
32-
token: ${{secrets.CODECOV_TOKEN}}
33-
file: ./coverage.txt
34-
fail_ci_if_error: false
26+
run: go test -v -count=1 -race -shuffle=on -coverprofile=coverage.txt ./...

0 commit comments

Comments
 (0)