Terminal.Gui
Terminal.Gui copied to clipboard
UICatalog scenario to open another scenario process and return some result
Fixes
- Fixes #_____
Proposed Changes/Todos
- [x] Add two scenarios which one open a child scenario in another process which return some result back to the caller scenario.
Pull Request checklist:
- [ ] I've named my PR in the form of "Fixes #issue. Terse description."
- [ ] My code follows the style guidelines of Terminal.Gui - if you use Visual Studio, hit
CTRL-K-Dto automatically reformat your files before committing. - [ ] My code follows the Terminal.Gui library design guidelines
- [ ] I ran
dotnet testbefore commit - [ ] I have made corresponding changes to the API documentation (using
///style comments) - [ ] My changes generate no new warnings
- [ ] I have checked my code and corrected any poor grammar or misspellings
- [ ] I conducted basic QA to assure all features are working
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 77.10%. Comparing base (b9f55a5) to head (26951e2).
Additional details and impacted files
@@ Coverage Diff @@
## v2_develop #4418 +/- ##
===============================================
+ Coverage 64.85% 77.10% +12.24%
===============================================
Files 388 388
Lines 44984 44984
Branches 6343 6343
===============================================
+ Hits 29176 34685 +5509
+ Misses 13894 8401 -5493
+ Partials 1914 1898 -16
see 164 files with indirect coverage changes
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update b9f55a5...26951e2. Read the comment docs.
: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.