mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 10:22:19 +00:00
Upload HTML coverage as artifact
This commit is contained in:
parent
34e1e22bf1
commit
c7d38ba546
@ -10,6 +10,11 @@ unit_tests:
|
||||
script:
|
||||
- go test -v -covermode=count -coverprofile cover.cov ./...
|
||||
- go tool cover -func=cover.cov
|
||||
- go tool cover -html=cover.cov -o coverage.html
|
||||
artifacts:
|
||||
paths:
|
||||
- coverage.html
|
||||
expire_in: 1 week
|
||||
|
||||
linters:
|
||||
image: golang:1.15-alpine
|
||||
|
Loading…
Reference in New Issue
Block a user