-
Notifications
You must be signed in to change notification settings - Fork 924
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
Introduce code coverage collection to Cypress runs #9084
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9084 +/- ##
==========================================
- Coverage 61.02% 57.62% -3.41%
==========================================
Files 3813 4187 +374
Lines 91401 114337 +22936
Branches 14443 24825 +10382
==========================================
+ Hits 55782 65887 +10105
- Misses 32056 45284 +13228
+ Partials 3563 3166 -397
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
While i originally intended to have this PR go in two batches, the test failures meant i had to include teh second batch in this PR as it directly dealt with them. |
Talking to @ananzh, |
Also: * Add coverage reporting to Cypress CI
…running against Also: * Turn on test isolation when security is disabled Signed-off-by: Miki <[email protected]>
Signed-off-by: Miki <[email protected]>
Also: * Add auto-login Signed-off-by: Miki <[email protected]>
Signed-off-by: Miki <[email protected]>
…hen needed Signed-off-by: Miki <[email protected]>
Signed-off-by: Miki <[email protected]>
Signed-off-by: Miki <[email protected]>
…issing a `url` Signed-off-by: Miki <[email protected]>
Signed-off-by: Miki <[email protected]>
Signed-off-by: Miki <[email protected]>
Description
Changelog
Check List
yarn test:jest
yarn test:jest_integration