-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
chore: Consolidate and simplify isTest condition #9038
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
…/simplify-test-condition
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9038 +/- ##
==========================================
- Coverage 45.55% 45.30% -0.26%
==========================================
Files 1272 1272
Lines 31238 31238
Branches 3189 3189
==========================================
- Hits 14232 14153 -79
- Misses 16167 16245 +78
- Partials 839 840 +1 ☔ View full report in Codecov by Sentry. |
Bitrise✅✅✅ Commit hash: 32b63ba Note
|
Bitrise✅✅✅ Commit hash: 2c9f8bc Note
|
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.
✅ ✅ ✅
Bitrise❌❌❌ Commit hash: 0056d45 Note
|
Bitrise✅✅✅ Commit hash: 4da23e3 Note
|
Quality Gate passedIssues Measures |
Description
These changes both simplifies and consolidates the
isTest
condition, which is mainly used for automated testingRelated issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist