Closed eseiler closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
seqan3 | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 13, 2023 0:44am |
Patch and project coverage have no change.
Comparison is base (
8f9a2da
) 98.18% compared to head (a33e91a
) 98.18%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Resolves #2747
gcc12.3 does not fix the bogus warnings
https://github.com/eseiler/seqan3/actions/runs/4966778387
-Wno-restrict
can't be a private compile option of gtest, because the error is emitted in the stl, not the gtest Header. So, it needs to be global.