Arteiii / zenity

Rust CLIs with spinner animations, progress bars, and multiline support, plus user input validation
https://crates.io/crates/zenity
Other
35 stars 0 forks source link

22 allow skip input validation #27

Closed Arteiii closed 2 months ago

github-actions[bot] commented 2 months ago

Test Results

182 tests  +159   178 :white_check_mark: +158   0s :stopwatch: ±0s   2 suites +  1     4 :zzz: +  4    1 files   ±  0     0 :x:  -   3 

Results for commit 864f77c5. ± Comparison against base commit 79081d24.

This pull request removes 2 and adds 161 tests. Note that renamed tests count towards both. ``` menu::input::tests ‑ test_valid_path menu::input::tests ‑ test_valid_regex ``` ``` src/color.rs - color (line 4) src/color.rs - color ‑ COLOR_PALETTE (line 17) src/color.rs - color ‑ ColorPalette (line 43) src/color.rs - color ‑ ENABLE_COLOR (line 17) src/lib.rs - (line 20) src/lib.rs - (line 36) src/menu/input.rs - menu::input (line 16) src/menu/input.rs - menu::input (line 31) src/menu/input.rs - menu::input::valid_path (line 178) src/menu/input.rs - menu::input::valid_regex (line 130) … ```

:recycle: This comment has been updated with latest results.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 44.44444% with 20 lines in your changes are missing coverage. Please review.

Project coverage is 92.80%. Comparing base (7bcee6a) to head (3003cbf). Report is 7 commits behind head on main.

:exclamation: Current head 3003cbf differs from pull request most recent head 864f77c. Consider uploading reports for the commit 864f77c to get more accurate results

Files Patch % Lines
src/menu/input.rs 33.33% 16 Missing :warning:
src/menu/mod.rs 66.66% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #27 +/- ## ========================================== + Coverage 90.24% 92.80% +2.55% ========================================== Files 10 11 +1 Lines 892 973 +81 ========================================== + Hits 805 903 +98 + Misses 87 70 -17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.