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

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

Build:
DEFAULT BRANCH: master
Ran 19 Feb 2015 10:59PM UTC
Files 2
Run time 22s
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

19 Feb 2015 10:53PM UTC coverage: 98.824% (+0.01%) from 98.81%
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true

Pull #686

travis-ci

Jakobo
Render options in callbacks as this.options
This patch and tests introduces a context for all callbacks currently
in node-sass. Right now, they run w/ an ambiguous context, making the
`this` keyword not helpful to importer developers (and eventually
custom function developers). This creates a context object, adds the
render options to said context object, and then uses that context for
importer, success, and error callbacks via `this.options`.

By using a context instead of just `.call(options...)` there is a hook
for later should we find additional environmental information is
valuable to importer / custom function developers such as the node
environment, node-sass version, etc.
Pull Request #686: Render options in callbacks as this.options

84 of 85 relevant lines covered (98.82%)

29.68 hits per line

Source Files on job 1116.1 (SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1116
  • Travis Job 1116.1
  • 650dee89 on github
  • Prev Job for SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true on master (#1107.2)
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