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

renatahodovan / grammarinator / 17517969466
84%

Build:
DEFAULT BRANCH: master
Ran 06 Sep 2025 06:24PM UTC
Jobs 1
Files 26
Run time 1min
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

06 Sep 2025 06:21PM UTC coverage: 83.744% (-0.4%) from 84.134%
17517969466

push

github

web-flow
Change C++ build helper to resolve install prefix relative to CWD instead of project root (#310)

The include directory is already turned into an absolute path
relative to the current working directory (when `build.py` is
called). However, the install prefix (if given) has been directly
passed to cmake -- but the CWD for cmake has been changed to the
root of the C++ code base, and so the install prefix was always
interpreted relative to the C++ project root.

This could cause ambiguity on the command line if `build.py` was
not executed from the root of the C++ code base. (Two directories
had to be specified relative to two different bases.)

This change helps unify this by also turning the install prefix
into an absolute path relative to CWD before passing it to cmake.

2143 of 2559 relevant lines covered (83.74%)

0.84 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
19
65.45
-3.32% grammarinator/tool/generator.py
Jobs
ID Job ID Ran Files Coverage
1 17517969466.1 06 Sep 2025 06:24PM UTC 26
83.74
Source Files on build 17517969466
  • Tree
  • List 26
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 4f916dbf on github
  • Prev Build on master (#17516490097)
  • Next Build on master (#17518104203)
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