-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
chore: modify cspell config and fix all typos #6908
Conversation
Current Playwright Test Results Summary✅ 14 Passing Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 08/10/2023 04:19:57pm UTC) Run DetailsRunning Workflow e2e-couchdb on Github Actions Commit: 8ddcc73 Started: 08/10/2023 04:17:47pm UTC Current Playwright Test Results Summary✅ 134 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 08/10/2023 04:19:57pm UTC)
|
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Telemetry Table unpauses and filters data when paused by button and user changes bounds
Retry 1 • Initial Attempt |
0% (0)0 / 81 runsfailed over last 7 days |
23.46% (19)19 / 81 runsflaked over last 7 days |
📄 functional/plugins/plot/logPlot.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Log plot tests Log Plot ticks are functionally correct in regular and log mode and after refresh
Retry 1 • Initial Attempt |
0% (0)0 / 84 runsfailed over last 7 days |
20.24% (17)17 / 84 runsflaked over last 7 days |
📄 functional/plugins/plot/tagging.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Plot Tagging Tags work with Overlay Plots
Retry 1 • Initial Attempt |
10.26% (8)8 / 78 runsfailed over last 7 days |
24.36% (19)19 / 78 runsflaked over last 7 days |
📄 functional/plugins/conditionSet/conditionSet.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Basic Condition Set Use ConditionSet should output blank instead of the default value
Retry 1 • Initial Attempt |
13.21% (14)14 / 106 runsfailed over last 7 days |
29.25% (31)31 / 106 runsflaked over last 7 days |
📄 functional/planning/timelist.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Time List Create a Time List, add a single Plan to it and verify all the activities are displayed with no milliseconds
Retry 1 • Initial Attempt |
0% (0)0 / 115 runsfailed over last 7 days |
42.61% (49)49 / 115 runsflaked over last 7 days |
📄 functional/plugins/notebook/restrictedNotebook.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Restricted Notebook with a page locked and with an embed @addinit Allows embeds to be deleted if page unlocked @addinit
Retry 1 • Initial Attempt |
1.19% (1)1 / 84 runfailed over last 7 days |
32.14% (27)27 / 84 runsflaked over last 7 days |
Codecov Report
@@ Coverage Diff @@
## master #6908 +/- ##
=======================================
Coverage 48.38% 48.39%
=======================================
Files 643 643
Lines 25627 25627
Branches 2496 2496
=======================================
+ Hits 12399 12401 +2
- Misses 12739 12749 +10
+ Partials 489 477 -12
*This pull request uses carry forward flags. Click here to find out more.
... and 36 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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.
Amazing
No related issue
Describe your changes:
Modifies the cspell config to add more dictionaries and remove typos from accepted-words list. Modifies the
lint:spelling
command to include context and only lint *.js, *.vue, and *.md files. Fixes all typos identified by cspell.All Submissions:
Author Checklist
Reviewer Checklist