-
Notifications
You must be signed in to change notification settings - Fork 409
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
Make task all
run only unit tests
#3023
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #3023 +/- ##
===========================================
- Coverage 76.15% 25.76% -50.40%
===========================================
Files 385 385
Lines 21045 21045
===========================================
- Hits 16027 5422 -10605
- Misses 4090 15096 +11006
+ Partials 928 527 -401
... and 215 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
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.
I'm not sure if "all
" is relevant here, as we skip the most important tests from all task "stages". Can't we leave task all
as it is, but introduce a different task that would be also a default task?
It might be also good for us to tell contributors to use task
in place of task xxx
as we'll be able to just change the default task if we fix integration tests.
How to call this new target? |
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.
Yeah.... I guess all
is the most universal and used. LGTM :)
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.
LGTM
To pause Mergify for now |
Yay, I've been waiting for this for two years now. |
Description
To make the PR template match reality.
For everyone to review.
Readiness checklist
task all
, and it passed.@FerretDB/core
), Labels, Project and project's Sprint fields.