Closed jimmidyson closed 10 months ago
/ok-to-test /lgtm
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
1f8716d
) 13.62% compared to head (a1e98f9
) 11.13%.:exclamation: Current head a1e98f9 differs from pull request most recent head 3cc26a5. Consider uploading reports for the commit 3cc26a5 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Codecov Report
All modified and coverable lines are covered by tests ✅
Comparison is base (
085c903
) 13.62% compared to head (a1e98f9
) 11.13%.Additional details and impacted files
@@ Coverage Diff @@ ## main #356 +/- ## ========================================== - Coverage 13.62% 11.13% -2.49% ========================================== Files 4 8 +4 Lines 1013 1266 +253 ========================================== + Hits 138 141 +3 - Misses 875 1125 +250
☔ View full report in Codecov by Sentry. 📢 Have feedback on the report? Share it here.
does this mean coverage went down?
Codecov Report
All modified and coverable lines are covered by tests ✅
Comparison is base (
085c903
) 13.62% compared to head (a1e98f9
) 11.13%.Additional details and impacted files
@@ Coverage Diff @@ ## main #356 +/- ## ========================================== - Coverage 13.62% 11.13% -2.49% ========================================== Files 4 8 +4 Lines 1013 1266 +253 ========================================== + Hits 138 141 +3 - Misses 875 1125 +250
☔ View full report in Codecov by Sentry. 📢 Have feedback on the report? Share it here.
does this mean coverage went down?
yes.
Very confusing to me that code coverage has dropped considering this pr only adds tests (other than non-go-code changes).
Very confusing to me that code coverage has dropped considering this pr only adds tests (other than non-go-code changes).
my guess is that it brings a package under testing that earlier did not have any tests and as such was ignored for the purpose of coverage tracking.
Very confusing to me that code coverage has dropped considering this pr only adds tests (other than non-go-code changes).
my guess is that it brings a package under testing that earlier did not have any tests and as such was ignored for the purpose of coverage tracking.
/approve
/retest
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: deepakm-ntnx, faiq, jimmidyson, thunderboltsid
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Previously the field could contain ports or schemes, which broke the PC client creation. This commit enforces the value by using OpenAPI JSON schema formats to accept only hostnames, ipv4, or ipv6 addresses.