vmware-archive / database-stream-processor

Streaming and Incremental Computation Framework
Other
225 stars 20 forks source link

Add a workflow to build and push docker containers to a registry #307

Closed lalithsuresh closed 1 year ago

lalithsuresh commented 1 year ago

It requires user and access tokens to be set up in the repository. I also need to figure out how to make use of the matrices you've set up.

codecov[bot] commented 1 year ago

Codecov Report

Merging #307 (0ee7d48) into main (3aa3e42) will decrease coverage by 6.49%. The diff coverage is 22.73%.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/vmware/database-stream-processor/pull/307/graphs/tree.svg?width=650&height=150&src=pr&token=0wZcmD11gt&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vmware)](https://codecov.io/gh/vmware/database-stream-processor/pull/307?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vmware) ```diff @@ Coverage Diff @@ ## main #307 +/- ## ========================================== - Coverage 84.03% 77.55% -6.49% ========================================== Files 156 162 +6 Lines 28387 30962 +2575 ========================================== + Hits 23856 24012 +156 - Misses 4531 6950 +2419 ``` | [Impacted Files](https://codecov.io/gh/vmware/database-stream-processor/pull/307?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vmware) | Coverage Δ | | |---|---|---| | [adapters/src/controller/error.rs](https://codecov.io/gh/vmware/database-stream-processor/pull/307?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vmware#diff-YWRhcHRlcnMvc3JjL2NvbnRyb2xsZXIvZXJyb3IucnM=) | `8.69% <0.00%> (ø)` | | | [adapters/src/format/mod.rs](https://codecov.io/gh/vmware/database-stream-processor/pull/307?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vmware#diff-YWRhcHRlcnMvc3JjL2Zvcm1hdC9tb2QucnM=) | `100.00% <ø> (ø)` | | | [adapters/src/lib.rs](https://codecov.io/gh/vmware/database-stream-processor/pull/307?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vmware#diff-YWRhcHRlcnMvc3JjL2xpYi5ycw==) | `100.00% <ø> (ø)` | | | [adapters/src/test/kafka.rs](https://codecov.io/gh/vmware/database-stream-processor/pull/307?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vmware#diff-YWRhcHRlcnMvc3JjL3Rlc3Qva2Fma2EucnM=) | `96.64% <ø> (ø)` | | | [adapters/src/transport/kafka/input.rs](https://codecov.io/gh/vmware/database-stream-processor/pull/307?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vmware#diff-YWRhcHRlcnMvc3JjL3RyYW5zcG9ydC9rYWZrYS9pbnB1dC5ycw==) | `68.32% <0.00%> (-12.00%)` | :arrow_down: | | [adapters/src/transport/kafka/output.rs](https://codecov.io/gh/vmware/database-stream-processor/pull/307?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vmware#diff-YWRhcHRlcnMvc3JjL3RyYW5zcG9ydC9rYWZrYS9vdXRwdXQucnM=) | `58.77% <0.00%> (-30.57%)` | :arrow_down: | | [adapters/src/transport/mod.rs](https://codecov.io/gh/vmware/database-stream-processor/pull/307?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vmware#diff-YWRhcHRlcnMvc3JjL3RyYW5zcG9ydC9tb2QucnM=) | `100.00% <ø> (ø)` | | | [pipeline\_manager/src/compiler.rs](https://codecov.io/gh/vmware/database-stream-processor/pull/307?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vmware#diff-cGlwZWxpbmVfbWFuYWdlci9zcmMvY29tcGlsZXIucnM=) | `0.00% <0.00%> (ø)` | | | [pipeline\_manager/src/config.rs](https://codecov.io/gh/vmware/database-stream-processor/pull/307?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vmware#diff-cGlwZWxpbmVfbWFuYWdlci9zcmMvY29uZmlnLnJz) | `0.00% <0.00%> (ø)` | | | [pipeline\_manager/src/db.rs](https://codecov.io/gh/vmware/database-stream-processor/pull/307?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vmware#diff-cGlwZWxpbmVfbWFuYWdlci9zcmMvZGIucnM=) | `0.00% <0.00%> (ø)` | | | ... and [44 more](https://codecov.io/gh/vmware/database-stream-processor/pull/307?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=vmware) | |