1
0
mirror of https://github.com/maride/pancap.git synced 2025-07-09 16:36:45 +00:00

coverage step allready existant

This commit is contained in:
Emile 2019-12-01 17:06:54 +01:00
parent 3efacd5453
commit a829a36fb4
No known key found for this signature in database
GPG Key ID: 4D8DD313A751DED7

@ -9,7 +9,7 @@ steps:
- name: test - name: test
image: golang:latest image: golang:latest
commands: commands:
- go test -cover -v . - go test -v .
- name: coverage - name: coverage
image: golang:latest image: golang:latest