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

samsarahq / thunder / 3354
66%

Build:
DEFAULT BRANCH: master
Ran 18 Feb 2021 12:56AM UTC
Jobs 1
Files 57
Run time 7s
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

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

Jobs
ID Job ID Ran Files Coverage
1 3354.1 18 Feb 2021 12:56AM UTC 0
65.99
Travis Job 3354.1
Source Files on build 3354
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #3354
  • 4bdd3188 on github
  • Prev Build on master (#3338)
  • Next Build on master (#3363)
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