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

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

Build:
DEFAULT BRANCH: master
Ran 20 Mar 2019 08:22AM 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

20 Mar 2019 08:18AM UTC coverage: 84.582%. Remained the same
AUTOTOOLS=no COVERAGE=yes BUILD=static

push

travis-ci

xzyfer
Remove _Ptr(_Const) typedefs (#2847)

Removes these typedefs because pointers should be handled with care.
Having them visually stand out in the code helps us avoid common pitfalls,
such as accidentally using `Ptr` instead of `Obj`.

This change has been automatically generated using the following command:

```bash
find src \( -name '*.cpp' -o -name '*.hpp' \) -exec sed -i \
'/typedef.*_Ptr[_;]/d;'\
's/\([A-Za-z_]*\)_Ptr_Const/const \1*/g;'\
's/\([A-Za-z_]*\)_Ptr/\1*/g;'\
's/\([a-z]\)##\*/\1*/g' '{}' \+
```

Fixes #2785

10116 of 11960 relevant lines covered (84.58%)

414073.31 hits per line

Source Files on job 4860.1 (AUTOTOOLS=no COVERAGE=yes BUILD=static)
  • Tree
  • List 0
  • Changed 95
  • Source Changed 68
  • Coverage Changed 84
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 4658
  • Travis Job 4860.1
  • c55821a4 on github
  • Prev Job for AUTOTOOLS=no COVERAGE=yes BUILD=static on master (#4858.1)
  • Next Job for AUTOTOOLS=no COVERAGE=yes BUILD=static on master (#4862.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