Closed efahl closed 1 month ago
Attention: Patch coverage is 97.05882%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 90.52%. Comparing base (
5e65dec
) to head (cdce6e8
). Report is 111 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
asu/routers/api.py | 95.83% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Replace special casing for x86 and armsr with more algorithmic approach. Fixes bug with x86/geode, which was silently transforming 'geos' profile into 'generic'. Handles other generic platforms without code changes.
Also did general cleanup/refactoring of build validation error handling, and added more build validation test cases.