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

Rob--W / proxy-from-env
100%

Build:
DEFAULT BRANCH: master
Repo Added 21 Feb 2016 12:00AM UTC
Files 2
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • actions-up
  • coveralls-main-only
  • dependabot/npm_and_yarn/minimatch-3.1.5
  • gh-ci
  • no-old-node
  • prepend-missing-scheme
  • restore-cjs-support
  • use-url
  • v0.1.1
  • v1.0.0
  • v1.1.0
  • v2.0.0

09 Feb 2026 02:52AM UTC coverage: 100.0%. Remained the same
21811215135

push

github

Rob--W
2.0.0

- Remove `url.parse` usage to avoid DEP0169 DeprecationWarning (#30).

- Use WHATWG `URL` constructor to parse strings instead of `url.parse`.
  This may cause `getProxyForUrl` to return an empty string instead of
  a proxy URL when the input is an invalid URL.

- Switch from CJS to ESM. When `import` syntax is used, the minimum
  compatible Node.js version is v12.17.0. When `require` is used, the
  minimum compatible Node.js version is v20.19.0, because that version
  introduced `require(esm)` support.

- Drop detection of `npm_config_`-prefixed environment variables, which
  was introduced in 1.1.0. Now the behavior is back to version 1.0.0.
  This should not affect users in practice, because the npn ecosystem
  dropped support for these environment variables many years ago (#13).

72 of 72 branches covered (100.0%)

535 of 535 relevant lines covered (100.0%)

65.56 hits per line

Relevant lines Covered
Build:
Build:
535 RELEVANT LINES 535 COVERED LINES
65.56 HITS PER LINE
Source Files on master
  • Tree
  • List 2
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
21811215135 master 2.0.0 - Remove `url.parse` usage to avoid DEP0169 DeprecationWarning (#30). - Use WHATWG `URL` constructor to parse strings instead of `url.parse`. This may cause `getProxyForUrl` to return an empty string instead of a proxy URL when the inp... push 09 Feb 2026 03:21AM UTC Rob--W github
100.0
21808123573 master Replace url.parse with WHATWG URL API Fixes #4 Fixes #30 push 09 Feb 2026 12:20AM UTC Rob--W github
100.0
21807432422 master test: simplify testProxyUrl When the test was authored, assertion messages used to be too verbose and confusing without context. Nowadays, the built-in `node --test ./test.js` call prints the title of the test that had run (declared with `it`) a... push 08 Feb 2026 11:32PM UTC Rob--W github
100.0
21345883438 master CI: Run tests with all supported Node.js versions And also fix up mistake from b67a31e03 that prevented tests from running at all due to the removed test-old-node / test-recent-node jobs (replaced by one test-node). push 26 Jan 2026 04:03AM UTC Rob--W github
98.56
21341102471 master CI: Update action versions (#33) push 25 Jan 2026 11:02PM UTC web-flow github
98.99
21341096568 master CI: Report to coveralls only from main repo (#35) push 25 Jan 2026 11:01PM UTC web-flow github
98.99
8134031120 master Replace Travis CI with Github Actions (#24) ... and replace mocha+istanbul with built-in "node:test" module and rely on the --experimental-test-coverage option. Although not used anywhere, include an example with genhtml (part of GCC's lcov ... push 04 Mar 2024 12:12AM UTC web-flow github
98.99
23 master Merge a0a6401bc into 96d01f8fc Pull #12 16 Jul 2020 08:23PM UTC web-flow travis-ci pending completion  
22 master Merge 5a3be6705 into 96d01f8fc Pull #12 16 Jul 2020 04:02PM UTC web-flow travis-ci pending completion  
21 master Merge ec679d479 into 96d01f8fc Pull #12 16 Jul 2020 03:51PM UTC web-flow travis-ci pending completion  
See All Builds (47)
  • 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

© 2026 Coveralls, Inc