-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add ability to hide Shadow DOM attachments in report #5432
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5432 +/- ##
=========================================
Coverage 97.64% 97.64%
- Complexity 7015 7017 +2
=========================================
Files 971 971
Lines 20365 20368 +3
Branches 1331 1332 +1
=========================================
+ Hits 19885 19888 +3
Misses 368 368
Partials 112 112 ☔ View full report in Codecov by Sentry. |
@@ -44,6 +44,12 @@ a|`true` + | |||
|`true` | |||
|Whether to publish the application source code on failure or not | |||
|
|||
|`ui.publish-shadow-dom-source-on-failure` |
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.
this will also affect mobile app plugin properties
@@ -7,6 +7,7 @@ ui.wait.timeout=PT1M | |||
ui.wait.polling-period=PT2S | |||
|
|||
ui.publish-source-on-failure=true | |||
ui.publish-shadow-dom-source-on-failure=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.
it's applicable only for web apps
1077fa3
to
0683f17
Compare
No description provided.