Modify the spp_change_request module to support SP-MIS and Farmer Registry CR type modules
Why is this change needed?
A new spp_change_request_base module is created in PR: #777 to support any change request implementations. This PR will modify the existing spp_change_request to support only the SP-MIS and Farmer Registry change request implementations.
How was the change implemented?
The spp_change_request module was modified and will depend on the new parent module spp_change_request_base. SP-MIS and Farmer Registry specific change request requirements will be maintained in this module.
New unit tests
Unit tests executed by the author
How to test manually
Related links
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Codecov Report
Attention: Patch coverage is 70.66667% with 66 lines in your changes missing coverage. Please review.
Project coverage is 76.47%. Comparing base (
7eb47f9) to head (2d4a8c3). Report is 49 commits behind head on 17.0.
Additional details and impacted files
@@ Coverage Diff @@
## 17.0 #791 +/- ##
==========================================
+ Coverage 75.68% 76.47% +0.78%
==========================================
Files 764 757 -7
Lines 20218 19984 -234
Branches 2501 2444 -57
==========================================
- Hits 15303 15283 -20
+ Misses 4381 4170 -211
+ Partials 534 531 -3
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
