carbynestack / klyshko

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

feat(operator/operator-chart)!: add tuple generator CRG and support for tuple-type-specific thresholds and priorities #70

Closed strieflin closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #70 (17bf7cb) into master (3ead4d9) will increase coverage by 0.11%. Report is 4 commits behind head on master. The diff coverage is 78.82%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/carbynestack/klyshko/pull/70/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/70?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack) ```diff @@ Coverage Diff @@ ## master #70 +/- ## ========================================== + Coverage 74.88% 75.00% +0.11% ========================================== Files 7 7 Lines 1135 1200 +65 ========================================== + Hits 850 900 +50 - Misses 203 215 +12 - Partials 82 85 +3 ``` | [Files Changed](https://app.codecov.io/gh/carbynestack/klyshko/pull/70?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack) | Coverage Δ | | |---|---|---| | [...controllers/tuplegenerationscheduler\_controller.go](https://app.codecov.io/gh/carbynestack/klyshko/pull/70?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack#diff-a2x5c2hrby1vcGVyYXRvci9jb250cm9sbGVycy90dXBsZWdlbmVyYXRpb25zY2hlZHVsZXJfY29udHJvbGxlci5nbw==) | `66.47% <70.00%> (+0.08%)` | :arrow_up: | | [...lyshko-operator/controllers/scheduling\_strategy.go](https://app.codecov.io/gh/carbynestack/klyshko/pull/70?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack#diff-a2x5c2hrby1vcGVyYXRvci9jb250cm9sbGVycy9zY2hlZHVsaW5nX3N0cmF0ZWd5Lmdv) | `100.00% <100.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/carbynestack/klyshko/pull/70/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/carbynestack/klyshko/pull/70?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/70?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=carbynestack). Last update [c171f77...17bf7cb](https://app.codecov.io/gh/carbynestack/klyshko/pull/70?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

There is a related PR carbynestack/carbynestack#74 that updates the deployment logic to use this version of Klyshko.