Skip to content
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

feat: add stable only modifier to describe, it and test methods #901

Merged
merged 9 commits into from
Dec 21, 2024

Conversation

wellwelwel
Copy link
Owner

@wellwelwel wellwelwel commented Dec 21, 2024

Officially introduces the .only method by unifying --only flag and analyze tests in real time when using the .only modifier.

Now .only modifier follows a consistent approach as is common in most test runners, even without the need to map the tests 🎉

  • Creativity is sometimes the best strategy 🐷

Related:

Copy link

codecov bot commented Dec 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.93%. Comparing base (720616b) to head (7c90894).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #901      +/-   ##
==========================================
+ Coverage   98.51%   98.93%   +0.41%     
==========================================
  Files          35       36       +1     
  Lines        1752     1777      +25     
  Branches       17       11       -6     
==========================================
+ Hits         1726     1758      +32     
+ Misses         11       10       -1     
+ Partials       15        9       -6     
Flag Coverage Δ
linux 98.81% <100.00%> (+0.41%) ⬆️
osx 98.87% <100.00%> (+0.41%) ⬆️
windows 98.81% <100.00%> (+0.41%) ⬆️

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.

@wellwelwel wellwelwel marked this pull request as ready for review December 21, 2024 10:54
@wellwelwel wellwelwel changed the title feat: add only modifier to describe, it and test methods feat: add stable only modifier to describe, it and test methods Dec 21, 2024
@wellwelwel wellwelwel merged commit d6b6241 into main Dec 21, 2024
21 checks passed
@wellwelwel wellwelwel deleted the only branch December 21, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
boilerplate modifiers Debugging and planning helpers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant