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

Refactor and implement shared integration test host #8112

Merged
merged 1 commit into from
Dec 19, 2024

Refactor and implement shared integration test host

4f160db
Select commit
Loading
Failed to load commit list.
Merged

Refactor and implement shared integration test host #8112

Refactor and implement shared integration test host
4f160db
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 19, 2024 in 0s

59.88% (+0.36%) compared to d87e854

View this Pull Request on Codecov

59.88% (+0.36%) compared to d87e854

Details

Codecov Report

Attention: Patch coverage is 70.29096% with 194 lines in your changes missing coverage. Please review.

Project coverage is 59.88%. Comparing base (d87e854) to head (4f160db).

Files with missing lines Patch % Lines
pkg/server/asyncworker.go 0.00% 41 Missing ⚠️
pkg/ucp/testhost/host.go 74.28% 27 Missing ⚠️
pkg/ucp/options.go 47.61% 17 Missing and 5 partials ⚠️
pkg/ucp/frontend/api/server.go 0.00% 17 Missing ⚠️
pkg/components/testhost/clients.go 94.11% 8 Missing and 2 partials ⚠️
pkg/dynamicrp/backend/service.go 58.33% 6 Missing and 4 partials ⚠️
pkg/dynamicrp/options.go 0.00% 9 Missing and 1 partial ⚠️
pkg/ucp/config.go 0.00% 10 Missing ⚠️
pkg/components/testhost/host.go 84.48% 6 Missing and 3 partials ⚠️
pkg/armrpc/asyncoperation/worker/service.go 0.00% 8 Missing ⚠️
... and 7 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8112      +/-   ##
==========================================
+ Coverage   59.51%   59.88%   +0.36%     
==========================================
  Files         580      584       +4     
  Lines       39008    38939      -69     
==========================================
+ Hits        23216    23319     +103     
+ Misses      14079    13878     -201     
- Partials     1713     1742      +29     

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