Skip to content

Commit a8a19b7

Browse files
authored
coverage using just the default workflow (#101)
1 parent db4a796 commit a8a19b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,5 @@ test:
2222
lint: .golangci.yml
2323
golangci-lint $(DEBUG_LINTERS) run $(LINT_PACKAGES)
2424

25-
coverage:
26-
./.circleci/coverage.sh
27-
curl -s https://codecov.io/bash | bash
28-
29-
3025
.PHONY: lint coverage test
3126

0 commit comments

Comments
 (0)