From 8e4fb3035c2b44120149e2128452926f0057ce67 Mon Sep 17 00:00:00 2001 From: Armin Date: Sun, 24 Sep 2017 21:11:13 +0200 Subject: [PATCH] coverage directly in travis --- .travis.yml | 1 + Makefile | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b599a2d..703e5b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ install: script: - make release + - goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN deploy: provider: releases diff --git a/Makefile b/Makefile index aeed974..e5a0c21 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,4 @@ integration: pull dbosx clair integrationlinux: pull db clair go test -v -covermode=count -coverprofile=coverage.out -ip $(shell ifconfig eth0 | grep "inet addr" | cut -d ':' -f 2 | cut -d ' ' -f 1) -tags integration -coverage: - goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN - -release: integrationlinux build coverage cross \ No newline at end of file +release: integrationlinux build cross \ No newline at end of file