-
Notifications
You must be signed in to change notification settings - Fork 194
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
test: use codecov/codecov-action #554
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
remove by backspace key 的测试用例似乎过不去 @zombieJ 有空可以看看, 或者不急的话我把其他 ci 检查后回头看看~ |
@@ -75,7 +75,8 @@ | |||
"rc-virtual-list": "^3.0.0", | |||
"react": "^16.8.0", | |||
"react-dom": "^16.8.0", | |||
"typescript": "^5.0.0" | |||
"typescript": "^5.0.0", | |||
"cheerio": "1.0.0-rc.12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
@@ -32,7 +32,7 @@ describe('TreeSelect.multiple', () => { | |||
|
|||
it('remove by backspace key', () => { | |||
const wrapper = mount(createSelect({ defaultValue: ['0', '1'] })); | |||
wrapper.find('input').first().simulate('keyDown', { which: KeyCode.BACKSPACE }); | |||
wrapper.find('input').first().simulate('keyDown', { which: KeyCode.BACKSPACE, key: 'Backspace' }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #554 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 16 16
Lines 519 516 -3
Branches 141 150 +9
=========================================
- Hits 519 516 -3 ☔ View full report in Codecov by Sentry. |
ant-design/ant-design#50387
ant-design/ant-design#50461