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

xolox / python-npm-accel / 8 / 2
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 16 Sep 2016 02:00PM UTC
Files 2
Run time 0s
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 Sep 2016 01:56PM UTC coverage: 93.385% (-1.0%) from 94.422%
8.2

Pull #1

travis-ci

web-flow
Fix calling node/nodejs binary in `nodejs_version`

- The primary nodejs executable being called
  `nodejs` is a Debian-ism, and is not compatible
  with upstream nodejs and non-Debian distros,
  because upstream just calls the binary `node`.

- This makes the `node_version` method fail
  on non-Debian systems, where `nodejs` is
  actually called `node` instead.

- Instead of just executing the `nodejs` command,
  we now first search for it in `PATH`, using
  `distutils.spawn.find_executable`, which
  should be available on Python 2.4+.

- When no node executable is found,
  a NodeBinaryNotFoundError is now raised.

- If one of the node executables is found,
  we return the result of `node/nodejs --version`
  as before.
Pull Request #1: Fix calling node/nodejs binary in `nodejs_version`

240 of 257 relevant lines covered (93.39%)

0.93 hits per line

Source Files on job 8.2
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 8
  • Travis Job 8.2
  • 993fb3e4 on github
  • Prev Job for on master (#7.2)
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

© 2026 Coveralls, Inc