Add coverage report

This commit is contained in:
Bolke de Bruin 2020-07-29 13:45:57 +02:00
parent 5618294f10
commit 6ff072d6d9

View file

@ -29,4 +29,4 @@ jobs:
run: go build -v .
- name: Test
run: go test -v .
run: go test -cover -v .