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

JeffersonLab / PyPWA
93%
master: 52%

Build:
Build:
LAST BUILD BRANCH: development
DEFAULT BRANCH: master
Repo Added 14 Dec 2015 05:49PM UTC
Files 42
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

LAST BUILD ON BRANCH maj-feature-pathlib
branch: maj-feature-pathlib
CHANGE BRANCH
x
Reset
  • maj-feature-pathlib
  • XeonPhi
  • bug/configurator-autogen
  • development
  • feat/new-pybinner
  • feat/project_gui
  • feat/pyfit
  • feat/pysimulate
  • feature-Components
  • feature-Directory-GUI
  • feature-ISOBAR-Epic
  • feature-PyBin
  • feature-halldData
  • feature-numpy-iterator
  • feature-vector-math
  • feature/writer-via-type
  • hotfix-broken-loaders
  • hotfix-v2.2.1
  • initial-documentation
  • junk/xeon-phi
  • master
  • ref/process_to_single_file
  • ref/remove_component
  • release-v2.2.0
  • release-v3.0.0a1
  • task/better-vectors
  • task/central-imports
  • task/configurator-list
  • task/solve-runtime-warnings
  • task/updated-travis
  • travis-python3.7-alpha
  • travis-with-conda
  • v2.2.0
  • v2.2.1
  • v3.0.0a1

pending completion
510

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%)

4.63 hits per line

Relevant lines Covered
Build:
Build:
5220 RELEVANT LINES 4843 COVERED LINES
4.63 HITS PER LINE
Source Files on maj-feature-pathlib
  • List 0
  • Changed 6
  • Source Changed 1
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
510 maj-feature-pathlib 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 i... push 16 May 2018 08:25AM UTC Markjonestx travis-ci pending completion  
509 maj-feature-pathlib 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 i... push 16 May 2018 08:18AM UTC Markjonestx travis-ci pending completion  
508 maj-feature-pathlib 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 i... push 16 May 2018 07:02AM UTC Markjonestx travis-ci pending completion  
See All Builds (396)
  • Repo on GitHub
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