Skip to content

Commit

Permalink
delete codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoh86 committed Jun 8, 2021
1 parent 8774121 commit 7340991
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
version: v1.32
- name: Take coverage
run: go test -coverprofile=coverage.txt -covermode=atomic ./...
- name: Send coverage
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
file: coverage.txt

test-status:
name: Test status
Expand Down

0 comments on commit 7340991

Please sign in to comment.