Ran
|
Jobs
1
|
Files
155
|
Run time
8s
|
Badge
README BADGES
|
push
travis-ci
Fix pragma usage https://bugs.freedesktop.org/show_bug.cgi?id=91228 Commit cdcdfe61b changed two `#pragma message` to `#pragma error` in hb-unicode.cc, however MSVC uses #error, just like the #else branch. `#pragma error` is an unknown pragma so MSVC does not fail the build because of it, which I believe was the intention of that commit. If it's meant to be an #error, then the #ifdef for _MSC_VER can be removed entirely.
5683 of 9752 relevant lines covered (58.28%)
269.9 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
2 | 574.2 | 155 |
58.28 |
Travis Job 574.2 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|