pistacheio / pistache

A high-performance REST toolkit written in C++
https://pistacheio.github.io/pistache/
Apache License 2.0
3.17k stars 698 forks source link

ci(linux): fix Debian Testing Clang jobs #1153

Closed Tachi107 closed 1 year ago

Tachi107 commented 1 year ago

Work in progress.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 44.44% and project coverage change: -0.31% :warning:

Comparison is base (494e1bc) 78.16% compared to head (006a129) 77.86%. Report is 2 commits behind head on master.

:exclamation: Current head 006a129 differs from pull request most recent head f7ac2fd. Consider uploading reports for the commit f7ac2fd to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1153 +/- ## ========================================== - Coverage 78.16% 77.86% -0.31% ========================================== Files 53 53 Lines 6852 6872 +20 ========================================== - Hits 5356 5351 -5 - Misses 1496 1521 +25 ``` | [Files Changed](https://app.codecov.io/gh/pistacheio/pistache/pull/1153?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pistacheio) | Coverage Δ | | |---|---|---| | [include/pistache/http\_headers.h](https://app.codecov.io/gh/pistacheio/pistache/pull/1153?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pistacheio#diff-aW5jbHVkZS9waXN0YWNoZS9odHRwX2hlYWRlcnMuaA==) | `80.55% <ø> (ø)` | | | [src/common/http\_header.cc](https://app.codecov.io/gh/pistacheio/pistache/pull/1153?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pistacheio#diff-c3JjL2NvbW1vbi9odHRwX2hlYWRlci5jYw==) | `91.66% <20.00%> (-0.98%)` | :arrow_down: | | [include/pistache/http\_header.h](https://app.codecov.io/gh/pistacheio/pistache/pull/1153?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pistacheio#diff-aW5jbHVkZS9waXN0YWNoZS9odHRwX2hlYWRlci5o) | `87.87% <28.57%> (-2.75%)` | :arrow_down: | | [src/common/http.cc](https://app.codecov.io/gh/pistacheio/pistache/pull/1153?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pistacheio#diff-c3JjL2NvbW1vbi9odHRwLmNj) | `74.39% <33.33%> (-0.27%)` | :arrow_down: | | [include/pistache/http.h](https://app.codecov.io/gh/pistacheio/pistache/pull/1153?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pistacheio#diff-aW5jbHVkZS9waXN0YWNoZS9odHRwLmg=) | `86.11% <100.00%> (ø)` | | | [src/common/http\_headers.cc](https://app.codecov.io/gh/pistacheio/pistache/pull/1153?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pistacheio#diff-c3JjL2NvbW1vbi9odHRwX2hlYWRlcnMuY2M=) | `76.69% <100.00%> (+0.17%)` | :arrow_up: | ... and [2 files with indirect coverage changes](https://app.codecov.io/gh/pistacheio/pistache/pull/1153/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pistacheio)

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

Tachi107 commented 1 year ago

This is a temporary issue caused by Debian's GCC 13 transition, it's not worth a workaround since it'll be fixed in a couple of days