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

mozilla / web-ext / 5733 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 11 Feb 2020 08:37PM UTC
Files 31
Run time 18s
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

11 Feb 2020 08:34PM UTC coverage: 100.0%. Remained the same
5733.1

push

travis-ci

web-flow
fix: Use local port to avoid triggering the firewall (#1833)

When `web-ext run` starts, the following prompt shows briefly on macOS:

> Do you want the application "node" to
> accept incoming network connections?

This is because we use `listen(0)` to find a port, and by default, this
method listens on any network interface.

Since we are only looking for free ports and not network connections,
limit `listen()` to localhost only.

540 of 610 branches covered (88.52%)

1443 of 1443 relevant lines covered (100.0%)

25.56 hits per line

Source Files on job 5733.1
  • Tree
  • List 0
  • Changed 31
  • Source Changed 31
  • Coverage Changed 31
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 5408
  • Travis Job 5733.1
  • d6ddd286 on github
  • Prev Job for on master (#5728.2)
  • Next Job for on master (#5734.1)
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