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

c-ares / c-ares / 12286898874
92%

Build:
DEFAULT BRANCH: main
Ran 11 Dec 2024 11:48PM UTC
Jobs 1
Files 178
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

11 Dec 2024 11:45PM UTC coverage: 91.32% (-0.02%) from 91.335%
12286898874

push

github

web-flow
CMake: unix-like systems don't need a static library suffix (#933)

On Windows, the output name should have a static suffix since otherwise
we would have conflicting output names (libcares.lib) for the link
library. However on Unix-like systems, we typically have something like
libcares.so for shared libraries and libcares.a for static libraries, so
these don't conflict. This behavior better emulates what happens with
autotools builds.

This fixes issues with package config and trying to static link when you
have c-ares built as both dynamic and static.

Discussion from https://github.com/c-ares/c-ares/discussions/925

Signed-off-by: Brad House (@bradh352)

22157 of 24263 relevant lines covered (91.32%)

11795.98 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
94.56
-0.42% src/lib/ares_init.c
3
63.22
-0.44% src/lib/record/ares_dns_mapping.c
Jobs
ID Job ID Ran Files Coverage
1 12286898874.1 11 Dec 2024 11:48PM UTC 939
59.64
GitHub Action Run
Source Files on build 12286898874
  • Tree
  • List 178
  • Changed 103
  • Source Changed 0
  • Coverage Changed 54
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 23c1c110 on github
  • Prev Build on main (#12286421563)
  • Next Build on main (#12299834473)
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