carbynestack / klyshko

Carbyne Stack correlated randomness generation subsystem
Apache License 2.0
4 stars 2 forks source link

feat(operator): add logic to create services for inter-crg networking #65

Closed strieflin closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #65 (f4a13cc) into master (e216603) will increase coverage by 0.98%. The diff coverage is 77.29%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/carbynestack/klyshko/pull/65/graphs/tree.svg?width=650&height=150&src=pr&token=6hRb7xRW6C&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack)](https://app.codecov.io/gh/carbynestack/klyshko/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack) ```diff @@ Coverage Diff @@ ## master #65 +/- ## ========================================== + Coverage 74.08% 75.07% +0.98% ========================================== Files 7 8 +1 Lines 1200 1380 +180 ========================================== + Hits 889 1036 +147 - Misses 224 248 +24 - Partials 87 96 +9 ``` | [Files Changed](https://app.codecov.io/gh/carbynestack/klyshko/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack) | Coverage Δ | | |---|---|---| | [...rator/controllers/tuplegenerationjob\_controller.go](https://app.codecov.io/gh/carbynestack/klyshko/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack#diff-a2x5c2hrby1vcGVyYXRvci9jb250cm9sbGVycy90dXBsZWdlbmVyYXRpb25qb2JfY29udHJvbGxlci5nbw==) | `67.25% <66.66%> (+0.76%)` | :arrow_up: | | [...ator/controllers/tuplegenerationtask\_controller.go](https://app.codecov.io/gh/carbynestack/klyshko/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack#diff-a2x5c2hrby1vcGVyYXRvci9jb250cm9sbGVycy90dXBsZWdlbmVyYXRpb250YXNrX2NvbnRyb2xsZXIuZ28=) | `77.00% <77.25%> (+1.04%)` | :arrow_up: | | [klyshko-operator/controllers/utils.go](https://app.codecov.io/gh/carbynestack/klyshko/pull/65?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack#diff-a2x5c2hrby1vcGVyYXRvci9jb250cm9sbGVycy91dGlscy5nbw==) | `100.00% <100.00%> (ø)` | | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/carbynestack/klyshko/pull/65?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/carbynestack/klyshko/pull/65?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack). Last update [e216603...f4a13cc](https://app.codecov.io/gh/carbynestack/klyshko/pull/65?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack).
strieflin commented 1 year ago

Just verified that everything is working as expected based on the SDK and the millionaires example.