You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis/script
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# Upstream q is broken, and this also causes dns-prop279 to be broken.
4
4
#travis_retry go get github.com/tcnksm/ghr github.com/mitchellh/gox gopkg.in/alecthomas/gometalinter.v2 github.com/miekg/exdns/q github.com/namecoin/dns-prop279
5
-
travis_retry go get github.com/tcnksm/ghr github.com/mitchellh/gox gopkg.in/alecthomas/gometalinter.v2
5
+
travis_retry go get github.com/tcnksm/ghr github.com/mitchellh/gox gopkg.in/alecthomas/gometalinter.v2 github.com/bradleyfalzon/revgrep/...
6
6
7
7
go test -v -coverprofile coverage.out ./...
8
8
RESULT=$?
@@ -12,10 +12,14 @@ if [ "$RESULT" != "0" ]; then
12
12
return$RESULT
13
13
fi
14
14
15
-
# TODO: Maybe fail the build if new uncovered lines are added.
16
15
echo"Uncovered lines:"
17
16
echo""
18
-
grep -v -e " 1$" coverage.out
17
+
grep -v -e " 1$" coverage.out | sed "s_github.com/namecoin/ncdns/__"
0 commit comments