mirror of
https://github.com/shouptech/tempgopher.git
synced 2026-02-03 08:39:43 +00:00
Add coverage report
This commit is contained in:
parent
7ad2619369
commit
961a8de916
1 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,9 @@ test:
|
||||||
GIN_MODE: debug
|
GIN_MODE: debug
|
||||||
script:
|
script:
|
||||||
- go get -v -t ./...
|
- go get -v -t ./...
|
||||||
- go test -v
|
- go test -v -coverprofile=$CI_PROJECT_DIR/coverage.out
|
||||||
|
artifacts:
|
||||||
|
- coverage.out
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue