-
Notifications
You must be signed in to change notification settings - Fork 108
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 unused test markers #9531
Conversation
d1ea0dd
to
06410c4
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9531 +/- ##
==========================================
+ Coverage 91.85% 91.86% +0.01%
==========================================
Files 433 433
Lines 26767 26767
==========================================
+ Hits 24586 24590 +4
+ Misses 2181 2177 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
06410c4
to
e36e1cb
Compare
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.
Looks good 🍥
CodSpeed Performance ReportMerging #9531 will improve performances by 26.32%Comparing Summary
Benchmarks breakdown
|
Clean up some test markers
git rebase -i main --exec 'pytest tests/ert/unit_tests -n logical -m "not integration_test"'
)When applicable