-
Notifications
You must be signed in to change notification settings - Fork 6
(DevEx): Add knapsack pro tests and exclude initialize #1007
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
Conversation
|
😎 Merged successfully - details. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1007 +/- ##
==========================================
+ Coverage 81.19% 81.43% +0.24%
==========================================
Files 66 66
Lines 14326 14331 +5
==========================================
+ Hits 11632 11671 +39
+ Misses 2694 2660 -34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| exit 1 | ||
| fi | ||
|
|
||
| REPORT_COUNT=$(echo "${OUTPUT}" | grep -c "Local Flaky tests report generated" || echo "0") |
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 acknowledge this type of assertion is brittle. I don't have a better alternative at the moment without exposing more output information from the impl itself. Imo this is fine for now, and the DevEx story is now sane enough that we can revisit when we do have more time and ideas
Took over adding smoke tests for knapsack pro. The assertions there aren't perfect, but I prefer this approach to adding custom functionality to the CLI/gem that is used exclusively in tests
Calls to initialize should not generate uploads. Notably initialize only matters when in queue mode.
Successful run