scuffle icon indicating copy to clipboard operation
scuffle copied to clipboard

Initial Launch v1.0.0

Open TroyKomodo opened this issue 2 years ago • 1 comments

Proposed changes

Scuffle MVP target https://www.figma.com/file/38K3J7yZD2KR9dfyci626J/Scuffle-Design

Types of changes

  • [ ] Bugfix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Documentation Update (if none of the other choices apply)

Checklist

  • [x] I have read the CONTRIBUTING doc
  • [ ] Lint and unit tests pass locally with my changes
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [ ] I have added necessary documentation (if appropriate)
  • [x] Any dependent changes have been merged and published in downstream modules

Further comments

TroyKomodo avatar Aug 04 '23 19:08 TroyKomodo

Codecov Report

Attention: Patch coverage is 42.90221% with 1267 lines in your changes are missing coverage. Please review.

Project coverage is 45.48%. Comparing base (a6f3dc9) to head (d94b57d).

:exclamation: Current head d94b57d differs from pull request most recent head ef8f294. Consider uploading reports for the commit ef8f294 to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##             main     #115       +/-   ##
===========================================
- Coverage   73.96%   45.48%   -28.48%     
===========================================
  Files         220      489      +269     
  Lines       17538    32133    +14595     
===========================================
+ Hits        12972    14617     +1645     
- Misses       4566    17516    +12950     
Files Coverage Δ
common/src/context.rs 100.00% <100.00%> (ø)
common/src/dataloader/batch_loader.rs 100.00% <100.00%> (ø)
common/src/global.rs 100.00% <100.00%> (ø)
common/src/prelude/futures.rs 100.00% <100.00%> (ø)
config/derive/src/lib.rs 85.92% <ø> (ø)
config/src/error.rs 0.00% <ø> (ø)
config/src/key.rs 0.00% <ø> (ø)
config/src/lib.rs 0.00% <ø> (ø)
config/src/primitives.rs 0.00% <ø> (ø)
config/src/sources/cli.rs 0.00% <ø> (ø)
... and 40 more

... and 581 files with indirect coverage changes

codecov[bot] avatar Dec 29 '23 22:12 codecov[bot]