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

sass / libsass / 4858 / 1
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 18 Mar 2019 10:54AM UTC
Files 133
Run time 6s
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

18 Mar 2019 10:50AM UTC coverage: 84.582% (-0.02%) from 84.599%
AUTOTOOLS=no COVERAGE=yes BUILD=static

push

travis-ci

xzyfer
Avoid modifying Expression in ast_node_to_sass_value

Previously, the argument to `ast_node_to_sass_value` was a `const Expression_Ptr`.

The `const` there was useless, as it didn't mean the constness of Expression but merely that `val` pointer could not be reassigned within the function (due to how pointer `typedef` and `const` interacts).

Assuming the intended argument type was `const Expression_Ptr *`, I've changed it to `Expression_Ptr_Const`.

This required splitting `to{RGBA,HSLA}(bool)` into separate functions, so that the one that always copies could be marked as `const`.

10116 of 11960 relevant lines covered (84.58%)

413944.24 hits per line

Source Files on job 4858.1 (AUTOTOOLS=no COVERAGE=yes BUILD=static)
  • Tree
  • List 0
  • Changed 35
  • Source Changed 6
  • Coverage Changed 33
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4656
  • Travis Job 4858.1
  • 20b91efd on github
  • Prev Job for AUTOTOOLS=no COVERAGE=yes BUILD=static on master (#4855.1)
  • Next Job for AUTOTOOLS=no COVERAGE=yes BUILD=static on master (#4860.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

© 2025 Coveralls, Inc