fair-acc / opencmw-cpp

Open Common Middle-Ware library for accelerator equipment- and beam-based control systems at FAIR.
https://opencmw.io
GNU Lesser General Public License v3.0
10 stars 8 forks source link

Make sure we don't fail on double patching mpunits #324

Closed ivan-cukic closed 1 year ago

ivan-cukic commented 1 year ago

CMake has an issue of sometimes trying to apply the same PATH_COMMAND twice. [1] This patch adds a workaround to make sure git apply doesn't fail.

https://gitlab.kitware.com/cmake/cmake/-/issues/21146

codecov[bot] commented 1 year ago

Codecov Report

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

Comparison is base (c4b4018) 55.80% compared to head (7a45b12) 55.80%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #324 +/- ## ======================================= Coverage 55.80% 55.80% ======================================= Files 65 65 Lines 7177 7177 Branches 2611 2611 ======================================= Hits 4005 4005 Misses 1507 1507 Partials 1665 1665 ```

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

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (11.0.17) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Read more here