CronCats / croncat-rs

A Rust version of the CronCat agent.
GNU Affero General Public License v3.0
19 stars 4 forks source link

[FEATURE]: CLI, System and Config Refactor #99

Closed SeedyROM closed 1 year ago

SeedyROM commented 1 year ago

Refactor Tasks

Redesign Tasks

Bugfixes

codecov-commenter commented 1 year ago

Codecov Report

Merging #99 (2765a37) into main (65733d0) will not change coverage. The diff coverage is 0.00%.

@@          Coverage Diff           @@
##            main     #99    +/-   ##
======================================
  Coverage   0.00%   0.00%            
======================================
  Files         23      25     +2     
  Lines        802    1055   +253     
======================================
- Misses       802    1055   +253     
Impacted Files Coverage Δ
croncat/src/channels.rs 0.00% <0.00%> (ø)
croncat/src/client/full_client.rs 0.00% <0.00%> (ø)
croncat/src/client/wasm_execute.rs 0.00% <0.00%> (ø)
croncat/src/config/mod.rs 0.00% <0.00%> (ø)
croncat/src/grpc/querier.rs 0.00% <0.00%> (ø)
croncat/src/grpc/service.rs 0.00% <0.00%> (ø)
croncat/src/grpc/signer.rs 0.00% <0.00%> (ø)
croncat/src/logging.rs 0.00% <0.00%> (ø)
croncat/src/store/agent.rs 0.00% <0.00%> (ø)
croncat/src/streams/agent.rs 0.00% <0.00%> (ø)
... and 10 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

TrevorJTClarke commented 1 year ago

I approve of this PR