Draft
Conversation
Agent-Logs-Url: https://github.com/compas-dev/compas/sessions/f010d5d8-9dc7-4ee2-81e9-290bde8b4212 Co-authored-by: tomvanmele <29653489+tomvanmele@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
tomvanmele
May 7, 2026 21:09
View session
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1518 +/- ##
==========================================
+ Coverage 62.38% 62.46% +0.08%
==========================================
Files 208 208
Lines 22486 22486
==========================================
+ Hits 14027 14046 +19
+ Misses 8459 8440 -19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of change is this?
Adds focused test coverage for
compas.data.coercion, one of the uncovered areas from the coverage report. The new tests verify normal tuple/list coercion, confirm the well-known string-as-iterable behavior, cover empty-sequence boundary cases, and assert the expectedTypeErrorfor non-iterable top-level inputs.Checklist
CHANGELOG.mdfile in theUnreleasedsection under the most fitting heading (e.g.Added,Changed,Removed).invoke test).invoke lint).compas.datastructures.Mesh.