Add coverage (#15)

* Add coverage

* Add codecov.yml
This commit is contained in:
Malachi Soord
2021-06-08 22:40:53 +02:00
committed by GitHub
parent e611bf2ac4
commit 92ac9c2b03
3 changed files with 12 additions and 5 deletions
+3
View File
@@ -27,3 +27,6 @@ clean:
test:
go test -tags=unit -timeout=600s -v ./...
test-with-coverage:
go test -tags=unit -timeout=600s -v ./... -coverprofile=coverage.out