mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 16:42:15 +01:00
6 lines
149 B
Bash
Executable File
6 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
go test -race -covermode=atomic -coverprofile=/tests/coverage.txt ./...
|
|
go tool cover -html=coverage.txt -o /tests/coverage.html |