aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-07-26 19:39:52 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-07-26 19:39:52 +0200
commitbefd7895262e2469367e2a4f71f78148b9986dee (patch)
tree664cdf693205e488bcd34c91665cafa8c4872c96 /.gitlab-ci.yml
parent6923d697d6bcc9963e270b164e7f12a7e22bceae (diff)
downloadrefcat-befd7895262e2469367e2a4f71f78148b9986dee.tar.gz
refcat-befd7895262e2469367e2a4f71f78148b9986dee.zip
ci: show coverage
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6586657..e9dc6d1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,5 +2,4 @@ image: golang:1.16.6-buster
skate_tests:
script:
- - go version
- - cd skate && go test -v && cd -
+ - cd skate && go test -cover -v && cd -