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

bemanproject / execution / 17497780206
92%

Build:
DEFAULT BRANCH: main
Ran 05 Sep 2025 04:11PM UTC
Jobs 1
Files 82
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

28 Aug 2025 09:07PM UTC coverage: 92.436%. Remained the same
17497780206

push

github

web-flow
Fix gcc modulize build. (#183)

When trying to compile `beman/execution` into `C++20 Modules`, g++ complains about `exposes TU-local entity get(...)` in `beman/execution/detail/completion_domain.hpp`, where
- `get` is defined to do compile-time type calculation
- `get` is a function-local lambda with local captures (that is to say, is TU-local)
- TU-local entities will indirectly affect all the entities which depends on it to be not `module-exportable`.
So we made a tiny change on `get` function, making it `constexpr` and `exportable`.

1161 of 1256 relevant lines covered (92.44%)

90.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17497780206.1 05 Sep 2025 04:11PM UTC 82
92.44
GitHub Action Run
Source Files on build 17497780206
  • Tree
  • List 82
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17497780206
  • 4ca74767 on github
  • Prev Build on main (#17243227915)
  • Next Build on main (#17516375510)
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