-
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
export WebView in v2 documents #1688
Conversation
GameView is not handled yet. V3 treates them as the same, but for V2 export we'll have to differentiate.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1688 +/- ##
========================================
Coverage 85.86% 85.87%
========================================
Files 607 607
Lines 31012 31018 +6
Branches 8603 8003 -600
========================================
+ Hits 26628 26636 +8
- Misses 4063 4227 +164
+ Partials 321 155 -166
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 #5583
Run Properties:
|
Project |
codap-v3
|
Branch Review |
main
|
Run status |
Passed #5583
|
Run duration | 01m 53s |
Commit |
73e9dd7774: 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.
👍 LGTM
Co-authored-by: Kirk Swenson <[email protected]>
GameView is not handled in this PR.
Here is the GameView Export PR:
#1690