Skip to content

Commit 1ccce7b

Browse files
authored
Merge pull request #1223 from shirou/feature/remove_codecov
remove codecov
2 parents a3ae4bc + 59e366d commit 1ccce7b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,3 @@ jobs:
2929
- name: Test
3030
run: |
3131
go test -coverprofile='coverage.out' -covermode=atomic ./...
32-
- name: Upload Code Coverage
33-
uses: codecov/codecov-action@v2
34-
with:
35-
fail_ci_if_error: true
36-
files: coverage.out
37-
flags: ${{ runner.os }},go-${{ matrix.go-version }}
38-
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)