-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(application): attrs & tests for build planner #4588
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## feature/craft-application #4588 +/- ##
=============================================================
+ Coverage 88.83% 88.88% +0.04%
=============================================================
Files 327 329 +2
Lines 22033 22053 +20
=============================================================
+ Hits 19573 19601 +28
+ Misses 2460 2452 -8 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are very well written.
@lengau I think this is still broken (from the spread tests):
|
335469d
to
4bff240
Compare
Not sure what happened, now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I mostly looked at the spread tests and I think the failures are all expected/unrelated
tox run -m lint
?tox run -e test-py310
? (supported versions:py39
,py310
,py311
,py312
)