-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
test: Add test IDs #9205
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
test: Add test IDs #9205
Conversation
I will reformat the title to use the proper commit message syntax. |
Thanks for opening this pull request!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## alpha #9205 +/- ##
==========================================
+ Coverage 93.46% 93.74% +0.28%
==========================================
Files 186 184 -2
Lines 14762 14671 -91
==========================================
- Hits 13797 13754 -43
+ Misses 965 917 -48 ☔ View full report in Codecov by Sentry. |
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.
Looks good to me. Let's do it. Once this gets into alpha, i'll kick a build of the Storafe adapter using alpha
🎉 This change has been released in version 7.3.0-alpha.5 |
🎉 This change has been released in version 7.3.0-beta.1 |
🎉 This change has been released in version 7.3.0 |
This adds test IDs to be excluded in external adapter repos.
Based on #9195; reduced changes for easier review.