-
Notifications
You must be signed in to change notification settings - Fork 119
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
CMCL-0000: Fix tests #905
CMCL-0000: Fix tests #905
Conversation
Codecov ReportAll modified lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #905 +/- ##
=========================================
+ Coverage 0 21.05% +21.05%
=========================================
Files 0 244 +244
Lines 0 27453 +27453
=========================================
+ Hits 0 5779 +5779
- Misses 0 21674 +21674 ☔ View full report in Codecov by Sentry. |
"ErrorExceptions": [ | ||
{ | ||
"ValidationTest": "Unity Version Validation", | ||
"ExceptionMessage": "In package.json, \"unity\" is pointing to a version higher (2022.3) than the editor you are currently using (2022.2.21f1). Validation needs to happen on a version of the editor that is supported by the package.", |
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.
I don't understand this fix. The correct thing is to stop testing against 2022.2.
Why is the unity version 2022.2.21f1 hardcoded in the message?
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.
Testing it
[Delete any line or section that does not apply]
Purpose of this PR
Fix tests