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

yamadapc / mongoose-private-paths / 22
82%

Build:
DEFAULT BRANCH: master
Ran 10 Jun 2014 09:27PM UTC
Jobs 1
Files 1
Run time 44s
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

pending completion
22

push

travis-ci

yamadapc
Fully omit completely hidden nodes.

For instance:
```json
{
  "this is public": "public",
  "nested": {
    "this is private": "private",
    "this is super private": "super private"
  }
}
```

Should output:
```json
{
  "this is public": "public"
}
```

Rather than:
```json
{
  "this is public": "public",
  "nested": {}
}
```

This marks a version bump to 0.3.0.

50 of 50 relevant lines covered (100.0%)

10.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22.1 10 Jun 2014 09:27PM UTC 0
100.0
Travis Job 22.1
Source Files on build 22
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #22
  • 3005fd5a on github
  • Prev Build on master (#20)
  • Next Build on master (#24)
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