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

sass / node-sass / 1116
69%

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

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

5 of 5 new or added lines in 1 file covered. (100.0%)

84 of 85 relevant lines covered (98.82%)

29.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1116.1 (SKIP_SASS_BINARY_DOWNLOAD_FOR_CI=true) 19 Feb 2015 10:59PM UTC 0
98.82
Travis Job 1116.1
Source Files on build 1116
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1116
  • Pull Request #686
  • PR Base - master (#1107)
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