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

gregdel / pushover / 39 / 1
81%
master: 81%

Build:
DEFAULT BRANCH: master
Ran 30 Mar 2020 03:00PM UTC
Files 9
Run time 22s
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

30 Mar 2020 03:00PM UTC coverage: 80.217%. Remained the same
39.1

push

travis-ci

gregdel
Fix staticcheck issues

Before:

$ staticcheck ./...
errors.go:15:9: unnecessary use of fmt.Sprintf (S1039)
errors_test.go:12:14: unnecessary use of fmt.Sprintf (S1039)
helpers.go:41:10: error strings should not be capitalized (ST1005)
message.go:106:6: should omit comparison to bool constant, can be simplified to !deviceNameRegexp.MatchString(m.DeviceName) (S1002)
message_test.go:13:26: string literal contains the Unicode format character U+200D, consider using the '\u200d' escape sequence instead (ST1018)
pushover.go:112:5: should omit comparison to bool constant, can be simplified to !tokenRegexp.MatchString(p.token) (S1002)
recipient.go:29:5: should omit comparison to bool constant, can be simplified to !recipientRegexp.MatchString(r.token) (S1002)

296 of 369 relevant lines covered (80.22%)

2.58 hits per line

Source Files on job 39.1
  • Tree
  • List 0
  • Changed 5
  • Source Changed 5
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 39
  • Travis Job 39.1
  • ee607c68 on github
  • Prev Job for on master (#37.1)
  • Next Job for on master (#42.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