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

JeffersonLab / PyPWA / 510 / 4
93%
master: 52%

Build:
Build:
LAST BUILD BRANCH: development
DEFAULT BRANCH: master
Ran 16 May 2018 08:25AM 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:23AM UTC coverage: 92.548%. Remained the same
510.4

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.

4831 of 5220 relevant lines covered (92.55%)

0.93 hits per line

Source Files on job 510.4
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 510
  • Travis Job 510.4
  • 0c793a62 on github
  • Prev Job for on maj-feature-pathlib (#509.3)
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