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

renatahodovan / picire / 145
93%

Build:
DEFAULT BRANCH: master
Ran 12 Dec 2020 12:14PM UTC
Jobs 1
Files 16
Run time 2s
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
145

push

travis-ci

akosthekiss
Fix file path "normalization"

Legacy code had `abspath(relpath(pth))`, which had several
problems:
- it could break on Windows in `relpath`, when current working
  directory was on a different drive than the path to be
  normalized, and
- it was actually a typo, as the usual pattern for "normalization"
  is `abspath(realpath(pth)`.

This commit replaces and fixes the normalization to simply use
`realpath(pth)` (as `realpath` already returns an absolute path).

585 of 640 relevant lines covered (91.41%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
11 145.11 (TOXENV=cov) 12 Dec 2020 12:14PM UTC 0
91.41
Travis Job 145.11
Source Files on build 145
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #145
  • 84e3d62d on github
  • Prev Build on master (#144)
  • Next Build on master (#417389082)
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