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

JeffersonLab / PyPWA / 509
93%
master: 52%

Build:
Build:
LAST BUILD BRANCH: development
DEFAULT BRANCH: master
Ran 16 May 2018 08:18AM UTC
Jobs 4
Files 115
Run time 1min
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
509

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 5220 relevant lines covered (92.78%)

3.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 509.1 16 May 2018 08:18AM UTC 0
92.61
Travis Job 509.1
3 509.3 16 May 2018 08:19AM UTC 0
92.55
Travis Job 509.3
4 509.4 16 May 2018 08:19AM UTC 0
92.55
Travis Job 509.4
5 509.5 16 May 2018 08:19AM UTC 0
92.62
Travis Job 509.5
Source Files on build 509
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #509
  • 4c51c3aa on github
  • Prev Build on maj-feature-pathlib (#508)
  • Next Build on maj-feature-pathlib (#510)
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