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

sass / libsass / 4626
85%

Build:
DEFAULT BRANCH: master
Ran 20 Nov 2018 08:49PM UTC
Jobs 2
Files 126
Run time 19min
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
4626

push

travis-ci

xzyfer
AST: Fix clang warnings, add const, remove virtual

Mechanical changes:
* Fixes all clang warnings in ast.hpp and removes warnings suppression.
* Adds `const` to a bunch of methods.
* Removes `virtual` where unnecessary.
* Adds `override` where necessary (as part of fixing clang warnings).

Non-mechanical changes:
* Removes unused `Thunk` class.
* Makes `hash()` const by marking `hash_` as `mutable` (implementation detail).
* Makes `first()` and `last()` const, and adds `mutable_first()` and `mutable_first()`
  for the rare cases where mutability is necessary.
* `Complex_Selector` internally now uses `tail_` and `head_` directly
  instead of going through accessors (these accessors create a `SharedImpl` on every call).

10226 of 11837 relevant lines covered (86.39%)

1232141.17 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4626.1 (AUTOTOOLS=no COVERAGE=yes BUILD=static) 20 Nov 2018 08:49PM UTC 0
86.39
Travis Job 4626.1
6 4626.6 (AUTOTOOLS=no COVERAGE=yes BUILD=static) 20 Nov 2018 09:09PM UTC 0
86.32
Travis Job 4626.6
Source Files on build 4626
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4626
  • 5e58c35b on github
  • Prev Build on master (#4617)
  • Next Build on master (#4634)
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