-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
chore(package.json): fix warning during npm publish #7253
Conversation
Current Playwright Test Results Summary✅ 162 Passing - Run may still be in progress, this comment will be updated as current testing workflow or job completes... (Last updated on 12/01/2023 05:43:43pm UTC)
|
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 / 37 runsfailed over last 7 days |
21.62% (8)8 / 37 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 |
5.08% (3)3 / 59 runsfailed over last 7 days |
47.46% (28)28 / 59 runsflaked over last 7 days |
📄 functional/plugins/imagery/exampleImagery.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Example Imagery Object Can use Mouse Wheel to zoom in and out of latest image
Retry 1 • Initial Attempt |
0% (0)0 / 37 runsfailed over last 7 days |
21.62% (8)8 / 37 runsflaked over last 7 days |
📄 functional/plugins/notebook/notebookSnapshots.e2e.spec.js • 1 Flake
Test Case Results
Test Case | Last 7 days Failures | Last 7 days Flakes |
---|---|---|
Snapshot image tests Can drop an image onto a notebook and create a new entry
Retry 1 • Initial Attempt |
2.70% (1)1 / 37 runfailed over last 7 days |
59.46% (22)22 / 37 runsflaked over last 7 days |
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 12/01/2023 05:43:43pm UTC)
Run Details
Running Workflow e2e-couchdb on Github Actions
Commit: e46bc09
Started: 12/01/2023 05:35:58pm UTC
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #7253 +/- ##
==========================================
+ Coverage 55.72% 56.04% +0.31%
==========================================
Files 654 654
Lines 26229 26228 -1
Branches 2528 2528
==========================================
+ Hits 14616 14699 +83
+ Misses 10914 10829 -85
- Partials 699 700 +1
*This pull request uses carry forward flags. Click here to find out more. see 19 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
N/A
Describe your changes:
Fixes warning about url during
npm publish
. npm automatically updates the repository url to this before publish. This is the result of runningnpm pkg fix
to resolve the warning.All Submissions:
Author Checklist
Reviewer Checklist