-
Notifications
You must be signed in to change notification settings - Fork 41
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
unify handling of v2 documents #1606
Conversation
scytacki
commented
Nov 8, 2024
- the codap3 and codap file extensions are now treated the same by the drop code. It is the content of the file that matters
- remove unnecessary createCodapDocument call when a new document was created by the close option which was doing a lot of duplicate work
- importV2Document now just returns the v3 document instance, which allows it to run synchronously
- handleCFMEvent now returns a promise when it does asynchronous things to help with testing
- the codap3 and codap file extensions are now treated the same by the drop code. It is the content of the file that matters - remove unnecessary createCodapDocument call when a new document was created by the close option which was doing a lot of duplicate work - importV2Document now just returns the v3 document instance, which allows it to run synchronously - handleCFMEvent now returns a promise when it does asynchronous things to help with testing
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1606 +/- ##
==========================================
+ Coverage 82.22% 83.35% +1.12%
==========================================
Files 594 600 +6
Lines 30026 30238 +212
Branches 8239 8295 +56
==========================================
+ Hits 24690 25204 +514
+ Misses 4973 4683 -290
+ Partials 363 351 -12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
codap-v3 Run #5089
Run Properties:
|
Project |
codap-v3
|
Branch Review |
main
|
Run status |
Passed #5089
|
Run duration | 02m 25s |
Commit |
b2d3e064e0: Increment the build number
|
Committer | eireland |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
0
|
Skipped |
0
|
Passing |
3
|
View all changes introduced in this branch ↗︎ |
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.
👍 Looks good -- nice cleanup!
The one failing cypress test was passing before, and it is listed as one of the flakey tests by the cypress cloud. So I'm going to merge without fixing that. |