-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
fix(core): propagate meta properties into final TestResult #875
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #875 +/- ##
=============================================
- Coverage 59.31% 59.30% -0.02%
Complexity 798 798
=============================================
Files 214 214
Lines 4437 4443 +6
Branches 707 709 +2
=============================================
+ Hits 2632 2635 +3
Misses 1476 1476
- Partials 329 332 +3 ☔ View full report in Codecov by Sentry. |
shard: TestShard, | ||
private val configuration: Configuration, | ||
val shard: TestShard, | ||
val configuration: Configuration, |
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.
why the change to public?
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.
fixed
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.
Where? I still see val configuration: Configuration,
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.
Please check the file. You see the outdated information (GitHub specific).
No description provided.