Skip to content

Commit

Permalink
simplify coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmood committed Jun 4, 2023
1 parent 84f42c9 commit 99d0ab4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- run: go run ./lib/utils/ci-test -race -coverprofile=coverage.out ./...

- run: go run ./lib/utils/check-cov
- run: go run github.com/ysmood/got/cmd/check-cov@latest

- uses: actions/upload-artifact@v2
if: ${{ always() }}
Expand Down
17 changes: 0 additions & 17 deletions lib/utils/check-cov/main.go

This file was deleted.

0 comments on commit 99d0ab4

Please sign in to comment.