-
Notifications
You must be signed in to change notification settings - Fork 145
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: Enable some tests and ignore others #10485
Conversation
Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
Node: HAPI Test (Misc) Results419 tests - 1 320 ✔️ +2 24m 6s ⏱️ -29s Results for commit 30112e2. ± Comparison against base commit 833853e. This pull request removes 1 test.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #10485 +/- ##
==========================================
Coverage 63.01% 63.02%
- Complexity 30804 30805 +1
==========================================
Files 3360 3360
Lines 135346 135346
Branches 14088 14088
==========================================
+ Hits 85289 85297 +8
+ Misses 46695 46689 -6
+ Partials 3362 3360 -2 ☔ View full report in Codecov by Sentry. |
Enabled some tests that are passing now and also removed tests that turned out to be obsolete.
Closes #10480