apache / celix

Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
https://celix.apache.org/
Apache License 2.0
158 stars 85 forks source link

Hotfix/mac os ninja build #705

Closed PengZheng closed 6 months ago

PengZheng commented 6 months ago

These days macos-build-brew timeouts frequently, see #704. I observe it does not happen for macos-build-conan. The obvious difference between these two builds is the usage of ninja/make.

Without a mac at hand, I will switch macos-build-brew to use ninja to avoid these annoying issues.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d62eeef) 88.26% compared to head (88f1cdb) 88.31%.

:exclamation: Current head 88f1cdb differs from pull request most recent head b737015. Consider uploading reports for the commit b737015 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #705 +/- ## ========================================== + Coverage 88.26% 88.31% +0.05% ========================================== Files 215 215 Lines 24562 24562 ========================================== + Hits 21679 21693 +14 + Misses 2883 2869 -14 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.