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

Support diffing stored or discovered current or goal states. #134

Merged
merged 3 commits into from
Jun 9, 2023

Conversation

azriel91
Copy link
Owner

@azriel91 azriel91 commented Jun 9, 2023

Closes #133.

@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Patch coverage: 94.89% and project coverage change: +0.03 🎉

Comparison is base (bae72ad) 90.72% compared to head (bfd6404) 90.75%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #134      +/-   ##
==========================================
+ Coverage   90.72%   90.75%   +0.03%     
==========================================
  Files         344      345       +1     
  Lines       30770    31083     +313     
==========================================
+ Hits        27915    28210     +295     
- Misses       2855     2873      +18     
Impacted Files Coverage Δ
crate/rt/src/cmds/diff_cmd/diff_info_spec.rs 0.00% <0.00%> (ø)
crate/rt/src/cmds/diff_cmd/diff_state_spec.rs 0.00% <0.00%> (ø)
crate/rt/src/cmds/sub/apply_cmd.rs 72.89% <ø> (ø)
crate/rt/src/cmds/diff_cmd.rs 92.80% <91.41%> (-3.92%) ⬇️
crate/rt_model/src/outcomes/cmd_outcome.rs 81.81% <100.00%> (+6.81%) ⬆️
workspace_tests/src/items/sh_cmd_item.rs 97.11% <100.00%> (-0.05%) ⬇️
workspace_tests/src/items/tar_x_item.rs 99.49% <100.00%> (ø)
workspace_tests/src/rt/cmds/diff_cmd.rs 100.00% <100.00%> (+0.29%) ⬆️

... and 2 files with indirect coverage changes

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

@azriel91 azriel91 merged commit f993198 into main Jun 9, 2023
@azriel91 azriel91 deleted the feature/131/diff-cmd-variations branch June 9, 2023 06:13
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.

DiffCmd variations -- discovered vs stored states, single vs multi profile
1 participant