You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# test load order to ensure env vars are respected.
MUSS_FILE=testdata/muss-env/muss.yaml MUSS_USER_FILE=testdata/muss-env/user.yaml go run . config show --format '{{ yaml user }}'| grep -q 'muss_user_file: respected'
mkdir -p coverage
go test -coverprofile=coverage/out -v ./...
go tool cover -html=coverage/out -o coverage/index.html