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

pinojs / pino / 2125 / 1
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 08 Nov 2019 03:30PM UTC
Files 9
Run time 1s
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

08 Nov 2019 03:29PM UTC coverage: 100.0%. Remained the same
2125.1

push

travis-ci

mcollina
fix(redaction): fix corner cases with paths (#732)

In particular, this supports single-item paths where the first item is
bracketed (e.g. `{ redact: ["['some-key']"] }`) and paths where one of
the segments is the empty string [in brackets] (e.g., `{ redact:
["a[''].x"] }`).

Conceptually, the change is quite simple: it uses the namespace rather,
than the string, even for single-segment paths, since the namespace has
the brackets + quotes removed. It also changes the namespace `.replace`
regex to allow 0 character (i.e., `.*` instead of `.+`) between the
quotes.

376 of 376 branches covered (100.0%)

583 of 583 relevant lines covered (100.0%)

330.43 hits per line

Source Files on job 2125.1
  • Tree
  • List 0
  • Changed 6
  • Source Changed 1
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 1823
  • Travis Job 2125.1
  • 588fb113 on github
  • Prev Job for on master (#2121.1)
  • Next Job for on master (#2126.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