-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add the test command to the dev loop #5190
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5190 +/- ##
==========================================
+ Coverage 71.82% 71.86% +0.04%
==========================================
Files 387 387
Lines 13928 13935 +7
==========================================
+ Hits 10004 10015 +11
+ Misses 3190 3188 -2
+ Partials 734 732 -2
Continue to review full report at Codecov.
|
This reverts commit 106a698.
Hey @nkubala & @PriyaModali I am not entirely sure if this is the case but I believe this MR has introduced a regression. In particular from 1.18 and forward the command
We use to depend on this useful behaviour (for us) to simply run |
Hi @tete17. We did split out test into a separate command,
|
Hi @briandealwis thanks for the quick response. I am sorry I should have also mentioned that when running
Another thing I would like to add is that I couldn't find a clear description in the releases of this new behaviour (that test would not be run during build). Maybe I missed it somewhere. I appreciate the quick and awesome help you guys always provide |
Fixes: #5149, #5167
Description
Split build and test into separate functions
Add test command to dev loop
Note:
The new workflow is exercised by the existing unit tests and integration tests. No need to add new tests.