service-ui
service-ui copied to clipboard
EPMRPP-90318 || Remote plugins support
PR Checklist
- [ ] Have you verified that the PR is pointing to the correct target branch? (
develop
for features/bugfixes, other if mentioned in the task) - [ ] Have you verified that your branch is consistent with the target branch and has no conflicts? (if not, make a rebase under the target branch)
- [ ] Have you checked that everything works within the branch according to the task description and tested it locally?
- [ ] Have you run the linter (
npm run lint
) prior to submission? Enable the git hook on commit in your IDE to run it and format the code automatically. - [ ] Have you run the tests locally and added/updated them if needed?
- [ ] Have you checked that app can be built (
npm run build
)? - [ ] Have you made sure that all the necessary pipelines has been successfully completed?
- [ ] If the task requires translations to be updated, have you done this by running the
manage:translations
script?
Visuals
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 60.50%. Comparing base (
0dfd0c3
) to head (53dea4a
).
Additional details and impacted files
@@ Coverage Diff @@
## develop #3826 +/- ##
========================================
Coverage 60.50% 60.50%
========================================
Files 80 80
Lines 866 866
Branches 127 127
========================================
Hits 524 524
Misses 315 315
Partials 27 27
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Quality Gate passed
Issues
0 New issues
9 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code