-
Notifications
You must be signed in to change notification settings - Fork 5
options for disabling knapsack collection #927
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
|
Merging to
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #927 +/- ##
==========================================
+ Coverage 72.85% 73.82% +0.97%
==========================================
Files 72 72
Lines 16465 16461 -4
==========================================
+ Hits 11995 12152 +157
+ Misses 4470 4309 -161 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
1 similar comment
|
|
||
| # trunk-ignore(rubocop/Metrics/CyclomaticComplexity,rubocop/Metrics/AbcSize,rubocop/Metrics/MethodLength) | ||
| def add_test_case(example) | ||
| return if ENV['KNAPSACK_PRO_TEST_EXAMPLE_DETECTOR'] == 'true' |
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.
Undocumented. I'm assuming you found this by hand? If this works, let's add a canary for it
|
|
||
| # trunk-ignore(rubocop/Metrics/CyclomaticComplexity,rubocop/Metrics/AbcSize,rubocop/Metrics/MethodLength) | ||
| def add_test_case(example) | ||
| return if ENV['KNAPSACK_PRO_TEST_EXAMPLE_DETECTOR'] == 'true' |
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.
Let's also add inline comments here explaining why we need this.
No description provided.