Add codecov reporting.

This commit is contained in:
2021-05-14 23:44:48 +01:00
parent 2d03c12978
commit 4a23cf71fc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ run: build
@./semver-gen
test:
@go test ./... -v -race -cover
@go test ./... -v -race -cover -coverprofile=coverage.out
update:
@go get -u ./...