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

zeromq / libzmq / 9846573973
75%

Build:
DEFAULT BRANCH: master
Ran 08 Jul 2024 08:39PM UTC
Jobs 1
Files 214
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

08 Jul 2024 08:35PM UTC coverage: 74.748% (-0.03%) from 74.779%
9846573973

push

github

bluca
problem: trying to link against librt on macOS

Solution: don't use rt if not `RT_LIBRARY`

This currently causes the check to fail on macOS:
```bash
     /Library/Developer/CommandLineTools/usr/bin/c++  -std=c++11 -Wno-tautological-constant-compare  -arch arm64 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX14.4.sdk -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_8466b.dir/CheckSymbolExists.cxx.o -o cmTC_8466b  -lrt
        ld: library 'rt' not found
        clang: error: linker command failed with exit code 1 (use -v to see invocation)
```
even though `clock_gettime` is available.

Move the `clock_gettime` check up with the other librt related checks,
and don't set `CMAKE_REQUIRED_LIBRARIES` if not `RT_LIBRARY`.

14768 of 19757 relevant lines covered (74.75%)

36226.9 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
86.96
-4.35% libzmq/src/clock.cpp
1
93.41
0.0% libzmq/src/tipc_address.cpp
3
85.43
-0.5% libzmq/src/session_base.cpp
6
73.68
-10.53% libzmq/src/tipc_connecter.cpp
Jobs
ID Job ID Ran Files Coverage
1 9846573973.1 08 Jul 2024 08:39PM UTC 214
74.75
GitHub Action Run
Source Files on build 9846573973
  • Tree
  • List 214
  • Changed 136
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ee29bcd6 on github
  • Prev Build on master (#9842958683)
  • Next Build on master (#10122411078)
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