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

fix(next/antd): chore formatMomentValue #3432

Merged
merged 4 commits into from
Sep 30, 2022

Conversation

heihei12305
Copy link
Contributor

Before submitting a pull request, please make sure the following is done...

  • Ensure the pull request title and commit message follow the Commit Specific in English.
  • Fork the repo and create your branch from master or formily_next.
  • If you've added code that should be tested, add tests!
  • If you've changed APIs, update the documentation.
  • Ensure the test suite passes (npm test).
  • Make sure your code lints (npm run lint) - we've done our best to make sure these rules match our internal linting guidelines.

Please do not delete the above content


What have you changed?

#3427

@codecov
Copy link

codecov bot commented Sep 30, 2022

Codecov Report

Base: 96.17% // Head: 96.17% // Decreases project coverage by -0.00% ⚠️

Coverage data is based on head (b6ca92f) compared to base (f05cb6b).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@               Coverage Diff                @@
##           formily_next    #3432      +/-   ##
================================================
- Coverage         96.17%   96.17%   -0.01%     
================================================
  Files               152      152              
  Lines              6590     6588       -2     
  Branches           1783     1775       -8     
================================================
- Hits               6338     6336       -2     
  Misses              252      252              
Impacted Files Coverage Δ
packages/antd/src/__builtins__/moment.ts 96.42% <100.00%> (-0.64%) ⬇️
packages/next/src/__builtins__/moment.ts 96.66% <100.00%> (-0.56%) ⬇️
packages/reactive/src/tree.ts 100.00% <0.00%> (ø)
packages/reactive/src/model.ts 100.00% <0.00%> (ø)
packages/core/src/models/Form.ts 99.27% <0.00%> (ø)
packages/reactive/src/environment.ts 100.00% <0.00%> (ø)
packages/reactive/src/annotations/ref.ts 100.00% <0.00%> (ø)
packages/reactive/src/annotations/computed.ts 100.00% <0.00%> (ø)
packages/reactive/src/reaction.ts 96.85% <0.00%> (+0.04%) ⬆️
packages/reactive/src/observe.ts 96.29% <0.00%> (+0.14%) ⬆️
... and 1 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@janryWang janryWang merged commit ed386f4 into alibaba:formily_next Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants