NG-ZORRO / ng-zorro-antd-mobile

A configurable Mobile UI components based on Ant Design Mobile and Angular. 🐜
http://ng.mobile.ant.design
Other
800 stars 241 forks source link

fix(module: steps): add current support #762

Closed nuonuoge closed 4 years ago

nuonuoge commented 4 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application (the showcase website) / infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information

codecov[bot] commented 4 years ago

Codecov Report

Merging #762 (5c4a833) into master (c184b27) will increase coverage by 0.09%. The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #762      +/-   ##
==========================================
+ Coverage   86.90%   87.00%   +0.09%     
==========================================
  Files         164      164              
  Lines        6637     6641       +4     
  Branches     1111     1107       -4     
==========================================
+ Hits         5768     5778      +10     
+ Misses        424      421       -3     
+ Partials      445      442       -3     
Impacted Files Coverage Δ
components/steps/steps.component.ts 88.88% <83.33%> (+7.30%) :arrow_up:
components/steps/step/step.component.ts 93.33% <96.66%> (-0.79%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c184b27...5c4a833. Read the comment docs.