-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Remove common prefixes and suffixes from actual and expected single-line strings #117
Conversation
d135d92
to
8c462d7
Compare
//cc @Schrank |
should be good to go |
hopefully this will fix this build :) |
AFAICS, the build failed due to GitHub Actions' outage. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #117 +/- ##
============================================
+ Coverage 98.91% 99.00% +0.08%
- Complexity 127 140 +13
============================================
Files 15 15
Lines 370 400 +30
============================================
+ Hits 366 396 +30
Misses 4 4 ☔ View full report in Codecov by Sentry. |
I saw errors regarding test executed code it should not cover |
Grreeeeen :-) |
Looking at the changes, I only see |
you are right. I totally forgot about the suffixes. added them now. |
closes #116