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

bemanproject / execution / 17516375510
92%

Build:
DEFAULT BRANCH: main
Ran 06 Sep 2025 04:07PM 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.038% (-0.4%) from 92.436%
17516375510

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`.

1156 of 1256 relevant lines covered (92.04%)

104.46 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
5
93.33
-6.67% include/beman/execution/detail/stop_source.hpp
Jobs
ID Job ID Ran Files Coverage
1 17516375510.1 06 Sep 2025 04:07PM UTC 82
92.04
GitHub Action Run
Source Files on build 17516375510
  • Tree
  • List 82
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17516375510
  • 4ca74767 on github
  • Prev Build on main (#17243227915)
  • Next Build on main (#17530558934)
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