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

rhysd / abspath / 19
90%

Build:
DEFAULT BRANCH: master
Ran 14 Sep 2016 12:07AM UTC
Jobs 1
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

pending completion
19

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

Jobs
ID Job ID Ran Files Coverage
1 19.1 14 Sep 2016 12:07AM UTC 0
92.23
Travis Job 19.1
Source Files on build 19
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #19
  • b0481550 on github
  • Prev Build on master (#18)
  • Next Build on master (#21)
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