Skip to content
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

Merged
merged 10 commits into from
Jan 22, 2024

Conversation

matzuk
Copy link
Collaborator

@matzuk matzuk commented Dec 8, 2023

No description provided.

Copy link

codecov bot commented Dec 8, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (a4ea2c1) 59.31% compared to head (15e6739) 59.30%.

Files Patch % Lines
...thon/execution/progress/PoolProgressAccumulator.kt 76.92% 0 Missing and 3 partials ⚠️
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.
📢 Have feedback on the report? Share it here.

shard: TestShard,
private val configuration: Configuration,
val shard: TestShard,
val configuration: Configuration,
Copy link
Member

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?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Member

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,

Copy link
Collaborator Author

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).

@Malinskiy Malinskiy changed the title fix(core): meta properties are in final TestResult fix(core): propagate meta properties into final TestResult Jan 22, 2024
@Malinskiy Malinskiy merged commit 953ad17 into develop Jan 22, 2024
10 of 11 checks passed
@Malinskiy Malinskiy deleted the feature/raw_json_meta_2 branch January 22, 2024 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants