Add coverage

This commit is contained in:
Ronny Friedland 2024-03-25 10:10:06 +01:00
parent 5c970db495
commit f4a70121b8

View file

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