mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 08:56:50 +00:00
More unit tests and html coverage report
also fixes a limit bug on listquery
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
go test -json -cover ./internal/... | tparse
|
||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
go test -json -cover -coverprofile="$DIR/../coverage.out" ./internal/... | tparse
|
||||
go tool cover -html="$DIR/../coverage.out" -o "$DIR/../coverage.html"
|
||||
rm -f "$DIR/../coverage.out"
|
||||
|
Reference in New Issue
Block a user