diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-05-24 12:40:25 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-05-24 13:25:11 +0200 |
| commit | 0cac5b215621ec835ac182682caa56e18e5a12c7 (patch) | |
| tree | 969146aa77371943223c166ffd954db9f490493a /Makefile | |
| parent | 4899e90a68e37b55587411b6a06bf48f4b2e7262 (diff) | |
Makefile: Fix coverage spacing
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ test: clean: rm -rf lib go clean + coverage: go test -v -coverpkg=./... -coverprofile=common.cov ./... go tool cover -func common.cov |
