ansible-powerscale
ansible-powerscale copied to clipboard
Added writable snapshot in info module
Description
A few sentences describing the overall goals of the pull request's commits.
GitHub Issues
List the GitHub issues impacted by this PR:
| GitHub Issue # |
|---|
Checklist:
- [ ] I have performed a self-review of my own code to ensure there are no formatting, pep8, linting, or security issues
- [ ] I have performed Ansible Sanity test using --docker default
- [ ] I have verified that new and existing unit tests pass locally with my changes
- [ ] I have not allowed coverage numbers to degenerate
- [ ] I have maintained at least 90% code coverage
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] Backward compatibility is not broken
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also list any relevant details for your test configuration
- [ ] Test A
- [ ] Test B
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
Attention: Patch coverage is 88.70968% with 7 lines in your changes missing coverage. Please review.
Project coverage is 82.24%. Comparing base (
8a6e181) to head (d148b0d). Report is 5 commits behind head on main.
| Files | Patch % | Lines |
|---|---|---|
| ...s/storage/dell/shared_library/writable_snapshot.py | 84.61% | 3 Missing and 1 partial :warning: |
| plugins/modules/info.py | 70.00% | 2 Missing and 1 partial :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #101 +/- ##
==========================================
+ Coverage 82.21% 82.24% +0.03%
==========================================
Files 123 124 +1
Lines 13307 13369 +62
Branches 1965 1975 +10
==========================================
+ Hits 10940 10995 +55
- Misses 1767 1772 +5
- Partials 600 602 +2
| Flag | Coverage Δ | |
|---|---|---|
| units | 82.24% <88.70%> (+0.03%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.