mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-05-07 06:49:23 -05:00
4 lines
115 B
Bash
4 lines
115 B
Bash
#!/bin/sh
|
|
cd ..
|
|
go test ./... -coverprofile=/tmp/coverage.out --tags=test && go tool cover -html=/tmp/coverage.out
|