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

renatahodovan / picire / 145 / 11
93%
master: 93%

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

10 Dec 2020 01:37PM UTC coverage: 91.406%. Remained the same
TOXENV=cov

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

Source Files on job 145.11 (TOXENV=cov)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 138
  • Travis Job 145.11
  • 84e3d62d on github
  • Prev Job for TOXENV=cov on master (#144.11)
  • Next Job for on master (#417389082.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