-
Notifications
You must be signed in to change notification settings - Fork 11
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
perf: added workflow to preview expected version on PR #586
Conversation
on: | ||
pull_request: | ||
branches: | ||
- "master" |
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.
How was this PR created? If the workflow only gets triggered onmaster
branch, then the comment shouldn't have appeared on the PR itself.
🎉 This PR is included in version v8.5.5 🎉 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #586 +/- ##
==========================================
+ Coverage 72.47% 73.40% +0.93%
==========================================
Files 52 54 +2
Lines 821 861 +40
Branches 169 191 +22
==========================================
+ Hits 595 632 +37
- Misses 216 219 +3
Partials 10 10 ☔ View full report in Codecov by Sentry. |
This PR is for testing purpose for the centralized expected version workflow.
PR for the workflow can be found here
Once the above mentioned PR is merged, we can close this PR.