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

sass / node-sass / 3060 / 1
69%
master: 69%

Build:
DEFAULT BRANCH: master
Ran 09 Nov 2017 09:52PM UTC
Files 4
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

09 Nov 2017 09:48PM UTC coverage: 75.0%. Remained the same
3060.1

push

travis-ci

saper
[LEAK FIX] Use Nan::ObjectWrap to handle memory management

Nan::ObjectWrap Docs: https://github.com/nodejs/nan/blob/master/doc/object_wrappers.md#api_nan_object_wrap

Prior to this, all wrapper Objects would never be deleted, allowing memory to grow unbounded.

Example:
The following, would leak WrapperObjects, and never

```
while (true) {
  new sass.types.String(‘I LEAK’);
}
```

121 of 182 branches covered (66.48%)

237 of 316 relevant lines covered (75.0%)

1037.97 hits per line

Source Files on job 3060.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 3060
  • Travis Job 3060.1
  • 734c7c85 on github
  • Prev Job for on master (#3058.1)
  • Next Job for on master (#3061.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