We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b062e77 commit c073a4bCopy full SHA for c073a4b
.travis/test-coverage.sh
@@ -13,7 +13,7 @@ testCover() {
13
# switch to the directory to check
14
pushd $d > /dev/null
15
# create the coverage profile
16
- coverageresult=`go test -v -coverprofile=$PROFILE_OUT`
+ coverageresult=`go test -v $TAGS -coverprofile=$PROFILE_OUT`
17
# output the result so we can check the shell output
18
echo ${coverageresult}
19
# append the results to acc.out if coverage didn't fail, else set the retval to 1 (failed)
0 commit comments