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

ProComponents 3.0 开发 #8179

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

ProComponents 3.0 开发 #8179

wants to merge 32 commits into from

Conversation

chenshuai2144
Copy link
Contributor

ref #8178

Copy link

github-actions bot commented Feb 21, 2024

😭 Deploy PR Preview failed.

Copy link

codecov bot commented Feb 21, 2024

Codecov Report

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

Project coverage is 97.57%. Comparing base (9d1ccd6) to head (cb80e0c).
Report is 3 commits behind head on master.

Current head cb80e0c differs from pull request most recent head 3b32268

Please upload reports for the commit 3b32268 to get more accurate results.

Files Patch % Lines
...ackages/utils/src/transformKeySubmitValue/index.ts 93.22% 3 Missing and 1 partial ⚠️
packages/provider/src/useStyle/index.ts 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8179      +/-   ##
==========================================
+ Coverage   97.26%   97.57%   +0.31%     
==========================================
  Files         303      298       -5     
  Lines        9573     9336     -237     
  Branches     3551     3433     -118     
==========================================
- Hits         9311     9110     -201     
+ Misses        236      199      -37     
- Partials       26       27       +1     

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

Copy link

socket-security bot commented Feb 23, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

},
allValues: T,
): T => {
if (currentValues == null || currentValues === undefined) {

Check notice

Code scanning / CodeQL

Unneeded defensive code Note

This guard always evaluates to false.
dataFormatMap,
key as (number | string)[],
) as SearchTransformKeyFn;
``;

Check warning

Code scanning / CodeQL

Expression has no effect Warning

This expression has no effect.
{
text: dataValue as React.ReactNode,
...props,
mode: mode || 'read',

Check warning

Code scanning / CodeQL

Useless conditional Warning

This use of variable 'mode' always evaluates to true.
{
text: dataValue as React.ReactNode,
...props,
mode: mode || 'read',

Check warning

Code scanning / CodeQL

Useless conditional Warning

This use of variable 'mode' always evaluates to true.
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.

None yet

1 participant