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 | Oct 15, 2023 11:57am |
All modified lines are covered by tests :white_check_mark:
Comparison is base (
d8a4d68
) 98.14% compared to head (7f899cf
) 98.14%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
See https://cdash.seqan.de/viewTest.php?onlyfailed&buildid=169845
aligned_sequence
->alignment_aligned_sequence
std
was not defined, definition copied from 3.1.0We sometimes define a group in a
//!\cond DEV
context, but then use it outside the//!\cond DEV
context, which means it is not defined at that point. We could also just wrap each\ingroup
in a//!\cond DEV
, but it seems easier to just explicitly exclude such files from being processed for the user docs.