DLR-SC / tigl

The TiGL Geometry Library to process aircraft geometries in pre-design.
https://dlr-sc.github.io/tigl/
Apache License 2.0
235 stars 60 forks source link

Update Github Actions CI #1008

Closed joergbrech closed 3 months ago

joergbrech commented 4 months ago

Fixes #1006

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 69.81%. Comparing base (42935bb) to head (b0d726f). Report is 6 commits behind head on master.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/DLR-SC/tigl/pull/1008/graphs/tree.svg?width=650&height=150&src=pr&token=8b0i0TsOw6&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DLR-SC)](https://app.codecov.io/gh/DLR-SC/tigl/pull/1008?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DLR-SC) ```diff @@ Coverage Diff @@ ## master #1008 +/- ## ========================================== + Coverage 68.97% 69.81% +0.84% ========================================== Files 299 299 Lines 26499 24166 -2333 ========================================== - Hits 18277 16871 -1406 + Misses 8222 7295 -927 ``` | [Flag](https://app.codecov.io/gh/DLR-SC/tigl/pull/1008/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DLR-SC) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/DLR-SC/tigl/pull/1008/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DLR-SC) | `69.81% <ø> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DLR-SC#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files](https://app.codecov.io/gh/DLR-SC/tigl/pull/1008?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DLR-SC) | Coverage Δ | | |---|---|---| | [src/common/COptionList.h](https://app.codecov.io/gh/DLR-SC/tigl/pull/1008?src=pr&el=tree&filepath=src%2Fcommon%2FCOptionList.h&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DLR-SC#diff-c3JjL2NvbW1vbi9DT3B0aW9uTGlzdC5o) | `100.00% <ø> (+1.58%)` | :arrow_up: | | [...rc/structural\_elements/CCPACSFuselageWallSegment.h](https://app.codecov.io/gh/DLR-SC/tigl/pull/1008?src=pr&el=tree&filepath=src%2Fstructural_elements%2FCCPACSFuselageWallSegment.h&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DLR-SC#diff-c3JjL3N0cnVjdHVyYWxfZWxlbWVudHMvQ0NQQUNTRnVzZWxhZ2VXYWxsU2VnbWVudC5o) | `33.33% <ø> (ø)` | | ... and [234 files with indirect coverage changes](https://app.codecov.io/gh/DLR-SC/tigl/pull/1008/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=DLR-SC)
joergbrech commented 3 months ago

@MarAlder: Because you were interested: With this PR, tigl still uses the boost version distributed in the thirdparty subdir, but:

MarAlder commented 3 months ago

Nice! I just like it when a repo works with as few third-party software copies as possible. Having both options is of course a nice solution as well. Building boost in particular is always a bit tricky...