Skip to content

Commit

Permalink
remove codecov
Browse files Browse the repository at this point in the history
it's redundant
  • Loading branch information
kyoh86 authored Nov 29, 2022
1 parent 02c7f42 commit 2b2e2bd
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 @@ -53,13 +53,6 @@ jobs:
uses: golangci/golangci-lint-action@v3
with:
version: v1.50
- name: Take coverage
run: go test -coverprofile=coverage.txt -covermode=atomic ./...
- name: Send coverage
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
files: coverage.txt
test-status:
name: Test status
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2b2e2bd

Please sign in to comment.