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

JeffersonLab / PyPWA / 508
93%
master: 52%

Build:
Build:
LAST BUILD BRANCH: development
DEFAULT BRANCH: master
Ran 16 May 2018 07:02AM UTC
Jobs 2
Files 115
Run time 44s
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
508

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.

4843 of 5225 relevant lines covered (92.69%)

1.85 hits per line

Jobs
ID Job ID Ran Files Coverage
4 508.4 16 May 2018 07:03AM UTC 0
92.61
Travis Job 508.4
5 508.5 16 May 2018 07:02AM UTC 0
92.63
Travis Job 508.5
Source Files on build 508
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #508
  • 33e02561 on github
  • Next Build on maj-feature-pathlib (#509)
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