-
Notifications
You must be signed in to change notification settings - Fork 895
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: separate e2e and unit test reporting uploads #3747
Conversation
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
883080d
to
f3ab2d2
Compare
Quality Gate passedIssues Measures |
Testing Published Test Results0 tests 0 ✅ 0s ⏱️ Results for commit f3ab2d2. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3747 +/- ##
==========================================
+ Coverage 78.15% 78.16% +0.01%
==========================================
Files 157 157
Lines 22501 22501
==========================================
+ Hits 17585 17588 +3
+ Misses 4002 3999 -3
Partials 914 914 ☔ 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.
LGTM
* seperate test reporting Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * fix file name path Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> --------- Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
* seperate test reporting Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * fix file name path Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> --------- Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Report the status of E2E and unit tests seperatly to maintain the same behavior as before, a comment for each one on the PR.