Skip to content

Commit c073a4b

Browse files
committed
travis: use tags for coverage test runs
1 parent b062e77 commit c073a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/test-coverage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ testCover() {
1313
# switch to the directory to check
1414
pushd $d > /dev/null
1515
# create the coverage profile
16-
coverageresult=`go test -v -coverprofile=$PROFILE_OUT`
16+
coverageresult=`go test -v $TAGS -coverprofile=$PROFILE_OUT`
1717
# output the result so we can check the shell output
1818
echo ${coverageresult}
1919
# append the results to acc.out if coverage didn't fail, else set the retval to 1 (failed)

0 commit comments

Comments
 (0)