Skip to content

Commit d727940

Browse files
authored
fix stop codecov test
1 parent 19327a1 commit d727940

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
run: |
3737
go test -coverpkg=./... -coverprofile=coverage.out -covermode=atomic -timeout=30m -parallel=4 -v ./...
3838
39-
- name: Upload
40-
uses: codecov/codecov-action@v4
41-
with:
42-
token: ${{secrets.CODECOV_TOKEN}}
43-
files: ./coverage.out
44-
name: jzfs
45-
fail_ci_if_error: true
46-
verbose: true
39+
# - name: Upload
40+
# uses: codecov/codecov-action@v4
41+
# with:
42+
# token: ${{secrets.CODECOV_TOKEN}}
43+
# files: ./coverage.out
44+
# name: jzfs
45+
# fail_ci_if_error: true
46+
# verbose: true

0 commit comments

Comments
 (0)