1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-25 13:48:50 +08:00

Remove goveralls and licences.

Signed-off-by: Jakub Sobon <mumak@google.com>
This commit is contained in:
Jakub Sobon 2024-01-29 14:53:42 -05:00
parent 425b8a1a84
commit d2e8044618
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7

View File

@ -41,11 +41,5 @@ jobs:
- name: Format
run: diff -u <(echo -n) <(gofmt -d -s .)
#- name: Licences
# run: diff -u <(echo -n) <(./private/scripts/autogen_licences.sh .)
- name: Lint
run: diff -u <(echo -n) <(golint ./...)
- name: Coverage
run: $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN