Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(InputNumber): add global setting for step #2268

Merged
merged 6 commits into from
Oct 14, 2023

test: 增加单元测试

95e48a9
Select commit
Loading
Failed to load commit list.
Merged

feat(InputNumber): add global setting for step #2268

test: 增加单元测试
95e48a9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 14, 2023 in 0s

100.00% (+0.00%) compared to a50a035

View this Pull Request on Codecov

100.00% (+0.00%) compared to a50a035

Details

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (a50a035) 100.00% compared to head (95e48a9) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2268   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          530       532    +2     
  Lines        17165     17191   +26     
=========================================
+ Hits         17165     17191   +26     
Files Coverage Δ
...mponents/InputNumber/BootstrapInputNumber.razor.cs 100.00% <100.00%> (ø)
...zor/Extensions/BootstrapBlazorOptionsExtensions.cs 100.00% <100.00%> (ø)
.../BootstrapBlazor/Options/BootstrapBlazorOptions.cs 100.00% <100.00%> (ø)
src/BootstrapBlazor/Options/StepSettings.cs 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.