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

build: repair running test AND testIntegration with code coverage on CI #2144

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

jjohannes
Copy link
Contributor

Description:

This now follows a similar setup as in hedera-services. This update was missed in #2033.

@jjohannes jjohannes requested review from a team as code owners December 16, 2024 12:14
This now follows a similar setup as in hedera-services.
This update was missed in #2033.

Signed-off-by: Jendrik Johannes <[email protected]>
@jjohannes jjohannes force-pushed the 2033-repair-test-running-and-coverage branch from d8d505b to 43c6383 Compare December 16, 2024 12:17
@jjohannes jjohannes self-assigned this Dec 16, 2024
0xivanov
0xivanov previously approved these changes Dec 16, 2024
Copy link
Contributor

@0xivanov 0xivanov left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.61%. Comparing base (b86ee46) to head (d1e2173).
Report is 202 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2144      +/-   ##
============================================
+ Coverage     82.20%   82.61%   +0.41%     
- Complexity     3588     4038     +450     
============================================
  Files           186      205      +19     
  Lines         11697    12927    +1230     
  Branches       1150     1274     +124     
============================================
+ Hits           9615    10680    +1065     
- Misses         1604     1792     +188     
+ Partials        478      455      -23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jjohannes
Copy link
Contributor Author

Sorry for breaking this in #2033 @0xivanov

The setup in this repository is different (compared to hedera-services) as there the report is aggregated from multiple projects, while here we so far only have tests in one project (sdk). I missed that part of aligning both setups.

It should work now, The Tests and Integration Tests run again and the coverage is reported.

@jjohannes jjohannes merged commit 82f5073 into main Dec 16, 2024
9 checks passed
@jjohannes jjohannes deleted the 2033-repair-test-running-and-coverage branch December 16, 2024 18:09
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.

3 participants