Merge branch 'main' into postgres-support
This commit is contained in:
commit
6d22f568f9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -277,7 +277,7 @@ race: .PHONY
|
|||
|
||||
coverage:
|
||||
mkdir -p build/coverage
|
||||
go test -v -race -coverprofile=build/coverage/coverage.txt -covermode=atomic $(shell go list ./... | grep -vE 'ntfy/(test|examples|tools)')
|
||||
go test -v -race -coverprofile=build/coverage/coverage.txt -covermode=atomic $(shell go list ./... | grep -vE 'ntfy/v2/(test|examples|tools|web)')
|
||||
go tool cover -func build/coverage/coverage.txt
|
||||
|
||||
coverage-html:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue