diff options
Diffstat (limited to '')
| -rw-r--r-- | justfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,8 +7,10 @@ install: install bumpver $HOME/.local/bin test: + mkdir -p testdata + yamlfmt -lint . golangci-lint run - go test -v -coverprofile={{ TEMPDIR }}/testcover.out ./... + TMPDIR=$PWD/testdata go test -v -coverprofile={{ TEMPDIR }}/testcover.out ./... go tool cover -func={{ TEMPDIR }}/testcover.out release part: build |