• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

samsarahq / thunder / 3354 / 1
66%
master: 66%

Build:
DEFAULT BRANCH: master
Ran 18 Feb 2021 12:56AM UTC
Files 57
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Feb 2021 12:53AM UTC coverage: 65.988%. Remained the same
3354.1

push

travis-ci-com

amonks
*: go 1.15, go modules

Some issue creators noted that we only thunder in go 1.10. Since we use go 1.15
in production, this seems unwise. This commit sets the go version to 1.15. It
also makes a change to use go modules rather than the vendor folder. I don't
think we can make one change without the other, but I know very little about go
modules and I'd love to be mistaken.

XXX: I know our setup is a bit weird, and I'm a bit concerned that we'll have
to make changes to internal repos next time we revendor thunder. Maybe we can
add it as a module? That would be neat. I'm inclined to merge this change, then
figure that out.

**********************************************************************************

commands:
```bash
go mod init     // This signaled an error wrt. an "appengine" thing in vendor.json
                // I made the changes below to vendor.json, then tried again.
go mod vendor
rm -rf vendor
```

vendor.json:
```
"ignore": "appengine appenginevm test",         // I removed appengine and appenginevm.
"package": [
	{                                       // I removed this whole package entry.
		"path": "appengine/cloudsql",
		"revision": ""
	},
```

5935 of 8994 relevant lines covered (65.99%)

11515.36 hits per line

Source Files on job 3354.1
  • Tree
  • List 0
  • Changed 57
  • Source Changed 0
  • Coverage Changed 57
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1664
  • Travis Job 3354.1
  • 4bdd3188 on github
  • Prev Job for on master (#3338.1)
  • Next Job for on master (#3363.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc