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

ossia / libossia / 27904356381
48%

Build:
DEFAULT BRANCH: master
Ran 21 Jun 2026 12:57PM UTC
Jobs 1
Files 487
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

21 Jun 2026 12:29PM UTC coverage: 47.711% (-0.006%) from 47.717%
27904356381

push

github

jcelerier
abseil: disable CMAKE_INCLUDE_CURRENT_DIR for the in-tree build

A consumer (e.g. ossia score) that enables CMAKE_INCLUDE_CURRENT_DIR
makes CMake add each target's own source/binary dir as a plain -I.
For Abseil's absl/time target this injects -I.../absl/time, whose
time.h then shadows the system C <time.h> (reached e.g. via
pthread.h's #include <time.h>). The build then fails with:

  error: no member named 'clock_t' in the global namespace

Abseil includes its own headers as absl/... and does not rely on
CMAKE_INCLUDE_CURRENT_DIR, so disabling it inside the existing block()
scope is safe and limited to the Abseil subtree.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017UXxiAmZEiEqjGUJhXkCpX

25971 of 54434 relevant lines covered (47.71%)

179344.46 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
50.6
-0.22% src/ossia/network/domain/domain_variant_impl.hpp
2
13.37
0.0% src/ossia/network/value/value_variant_impl.hpp
1
87.6
-0.83% src/ossia/dataflow/exec_pool.hpp
Jobs
ID Job ID Ran Files Coverage
1 27904356381.1 21 Jun 2026 12:57PM UTC 487
47.71
GitHub Action Run
Source Files on build 27904356381
  • Tree
  • List 487
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • aae91ac8 on github
  • Prev Build on refs/tags/v2.1.0 (#27868527899)
  • Next Build on master (#27932315830)
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