Closed daniel-thom closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.43%. Comparing base (
ae517df
) to head (b868218
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The old behavior was causing a problem for user code that passed a dynamically-built list of components to system.add_components. Requiring that code to check for an empty list was onerous, and we can safely let it go through with no error.