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

rhysd / abspath / 19 / 1
90%
master: 90%

Build:
DEFAULT BRANCH: master
Ran 14 Sep 2016 12:07AM UTC
Files 1
Run time 0s
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

14 Sep 2016 12:03AM UTC coverage: 92.233% (-0.2%) from 92.453%
19.1

push

travis-ci

rhysd
remove .Stat()

because we should simply use os.Stat().  If we create our original
.Stat() wrapper, we need to create .Lstat() also, and other file
operation APIs (mkdir, remove, and so on).

Alternative:

```go
// Explicitly covert to string
s, err := os.Stat(a.String())
```

95 of 103 relevant lines covered (92.23%)

0.99 hits per line

Source Files on job 19.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19
  • Travis Job 19.1
  • b0481550 on github
  • Prev Job for on master (#18.1)
  • Next Job for on master (#21.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