Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement CleanCmd. #34

Merged
merged 5 commits into from
Sep 29, 2022
Merged

Implement CleanCmd. #34

merged 5 commits into from
Sep 29, 2022

Conversation

azriel91
Copy link
Owner

Closes #33.

@codecov
Copy link

codecov bot commented Sep 26, 2022

Codecov Report

Base: 93.88% // Head: 92.84% // Decreases project coverage by -1.04% ⚠️

Coverage data is based on head (02679d8) compared to base (117f5b4).
Patch coverage: 78.90% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
- Coverage   93.88%   92.84%   -1.05%     
==========================================
  Files         109      115       +6     
  Lines        5315     5770     +455     
==========================================
+ Hits         4990     5357     +367     
- Misses        325      413      +88     
Impacted Files Coverage Δ
crate/resources/src/resources/ts.rs 0.00% <0.00%> (ø)
crate/resources/src/states.rs 100.00% <ø> (ø)
crate/resources/src/states/ts.rs 0.00% <0.00%> (ø)
crate/rt_model/src/in_memory_text_output.rs 0.00% <0.00%> (ø)
crate/rt_model_native/src/cli_output.rs 37.50% <0.00%> (-11.76%) ⬇️
crate/rt_model_native/src/error.rs 100.00% <ø> (ø)
workspace_tests/src/fn_tracker_output.rs 40.57% <0.00%> (-13.27%) ⬇️
workspace_tests/src/vec_copy_item_spec.rs 72.34% <ø> (+8.51%) ⬆️
crate/rt_model/src/item_spec_wrapper.rs 73.54% <43.39%> (-9.40%) ⬇️
crate/rt/src/cmds/clean_cmd.rs 92.08% <92.08%> (ø)
... and 10 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@azriel91 azriel91 force-pushed the feature/33/clean-cmd branch from 705481c to 02679d8 Compare September 29, 2022 18:05
@azriel91 azriel91 marked this pull request as ready for review September 29, 2022 18:06
@azriel91 azriel91 merged commit 949d468 into main Sep 29, 2022
@azriel91 azriel91 deleted the feature/33/clean-cmd branch September 29, 2022 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean Command
1 participant