1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-25 13:48:50 +08:00
termdash/private/scripts/coverage.sh
2020-04-10 15:13:15 -04:00

7 lines
218 B
Bash
Executable File

#!/bin/bash
go get github.com/go-playground/overalls && go get github.com/mattn/goveralls
overalls -project=github.com/mum4k/termdash -covermode=count
goveralls -coverprofile=overalls.coverprofile -service travis-ci