-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix: Fix cypress test coverage #434
Conversation
This updates the cypress configs so that the coverage plugin can work again with component tests.
Codecov ReportBase: 0.00% // Head: 87.08% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #434 +/- ##
===========================================
+ Coverage 0 87.08% +87.08%
===========================================
Files 0 25 +25
Lines 0 1154 +1154
Branches 0 442 +442
===========================================
+ Hits 0 1005 +1005
- Misses 0 149 +149
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
## [1.6.2](v1.6.1...v1.6.2) (2022-10-17) ### Bug Fixes * **AffectedClustersTable:** replace impacted label OCPADVISOR-52 ([1c4acad](1c4acad)) * Fix cypress test coverage ([#434](#434)) ([3190ca0](3190ca0)) * **Tables:** reduce re-renders; fix the incorrect data-ouia-safe attribute ([#389](#389)) ([c597913](c597913)) * **Tables:** set data-ouia-safe to true even when there is an error requesting API ([b5dfa5c](b5dfa5c))
## [1.6.2](v1.6.1...v1.6.2) (2022-10-20) ### Bug Fixes * **AffectedClustersTable:** replace impacted label OCPADVISOR-52 ([1c4acad](1c4acad)) * Fix cypress test coverage ([#434](#434)) ([3190ca0](3190ca0)) * **Tables:** reduce re-renders; fix the incorrect data-ouia-safe attribute ([#389](#389)) ([c597913](c597913)) * **Tables:** set data-ouia-safe to true even when there is an error requesting API ([b5dfa5c](b5dfa5c))
# [1.7.0](v1.6.1...v1.7.0) (2022-10-21) ### Bug Fixes * **AffectedClustersTable:** replace impacted label OCPADVISOR-52 ([1c4acad](1c4acad)) * Fix cypress test coverage ([#434](#434)) ([3190ca0](3190ca0)) * **Tables:** reduce re-renders; fix the incorrect data-ouia-safe attribute ([#389](#389)) ([c597913](c597913)) * **Tables:** set data-ouia-safe to true even when there is an error requesting API ([b5dfa5c](b5dfa5c)) ### Features * **GitHubActions:** Add cypress yml config to run github actions ([#441](#441)) ([0547b14](0547b14))
🎉 This PR is included in version 1.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This updates the cypress configs so that the coverage plugin can work again with component tests.