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

JeffersonLab / PyPWA / 509 / 5
93%
master: 52%

Build:
Build:
LAST BUILD BRANCH: development
DEFAULT BRANCH: master
Ran 16 May 2018 08:19AM UTC
Files 115
Run time 5s
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

16 May 2018 08:17AM UTC coverage: 92.625% (+0.01%) from 92.612%
509.5

push

travis-ci

Markjonestx
Replaces os with Path from pathlib

Pathlib is the new Python library for handling file paths. Instead
operating on a string that represents a path like os and io do, pathlib
instead treats each path like an object. This grants us some code that
is more straight forward and easy to understand.
To see more information about pathlib, see here:
https://docs.python.org/3/library/pathlib.html

Since the module name for Pathlib is different for python versions
before 3.4, we import pathlib.Path and Pathlib.PurePath on the
package level to ensure that we have access to the module everywhere
in the package. It's also added to the setup so that pathlib2 can be
installed on systems that need it.

4835 of 5220 relevant lines covered (92.62%)

0.93 hits per line

Source Files on job 509.5
  • Tree
  • List 0
  • Changed 14
  • Source Changed 12
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 509
  • Travis Job 509.5
  • 4c51c3aa on github
  • Prev Job for on maj-feature-pathlib (#508.4)
  • Next Job for on maj-feature-pathlib (#510.5)
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

© 2025 Coveralls, Inc