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

harfbuzz / harfbuzz / 4777
79%

Build:
DEFAULT BRANCH: master
Ran 18 Oct 2018 01:00AM UTC
Jobs 1
Files 249
Run time 19s
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
4777

push

travis-ci

behdad
[trak] Fix calc

We were getting the first track record always.  Ie. this line:

       if (trackTable[i].get_track_value () == 0.f)
       {
-       trackTableEntry = &trackTable[0];
+       trackTableEntry = &trackTable[i];
        break;
       }

The rest is cleanup.

Fixes https://github.com/harfbuzz/harfbuzz/issues/1263 for the most part.

7550 of 10616 relevant lines covered (71.12%)

6936.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 4777.1 18 Oct 2018 01:00AM UTC 0
71.12
Travis Job 4777.1
Source Files on build 4777
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4777
  • 9d42d702 on github
  • Prev Build on master (#4776)
  • Next Build on master (#4778)
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