Skip to content

Conversation

@fliiiix
Copy link
Member

@fliiiix fliiiix commented Feb 23, 2025

No description provided.

since this fix:
-        "The expected difference {0} does not match actual difference {1}".format(expected_diff.step.context.difference)
+        "The expected difference {0} does not match actual difference {1}".format(
+            expected_diff, step.context.difference
+        )

we get the propper error message now
@codecov
Copy link

codecov bot commented Feb 23, 2025

Codecov Report

Attention: Patch coverage is 96.77419% with 4 lines in your changes missing coverage. Please review.

Project coverage is 87.13%. Comparing base (8ad95aa) to head (2ba7b90).
Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
radish/extensions/failure_inspector.py 66.66% 1 Missing ⚠️
radish/extensions/user_data.py 50.00% 1 Missing ⚠️
radish/testing/__main__.py 0.00% 1 Missing ⚠️
radish/testing/matches.py 66.66% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #483   +/-   ##
=======================================
  Coverage   87.12%   87.13%           
=======================================
  Files          38       38           
  Lines        2331     2324    -7     
=======================================
- Hits         2031     2025    -6     
+ Misses        300      299    -1     
Flag Coverage Δ
unittests 87.13% <96.77%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fliiiix fliiiix merged commit acae639 into main Feb 23, 2025
14 checks passed
@fliiiix fliiiix deleted the feature/switch-to-ruff branch February 23, 2025 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants