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 a3bc604 commit 0042680Copy full SHA for 0042680
.travis.yml
@@ -51,7 +51,7 @@ script:
51
# Run race tests
52
- go test -v -race -run "$race_tests" -timeout 15m
53
54
- # We run all tests again to get full coverage, technically unncecessary tho
+ # We run all tests again to get full coverage, technically unnecessary tho
55
- coverpkg_ignore='/(msg|fake)'
56
# coverpkg for multiple mains is broken in 1.12, so we need to exclude the examples from coverage
57
# https://github.com/golang/go/issues/30374
0 commit comments