-
Notifications
You must be signed in to change notification settings - Fork 911
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
chore: use codecov config and only send merged coverage file #3751
Conversation
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3751 +/- ##
==========================================
+ Coverage 78.19% 84.27% +6.08%
==========================================
Files 157 154 -3
Lines 22507 18014 -4493
==========================================
- Hits 17599 15182 -2417
+ Misses 3995 1992 -2003
+ Partials 913 840 -73 ☔ View full report in Codecov by Sentry. |
Published E2E Test Results 4 files 4 suites 3h 27m 49s ⏱️ For more details on these failures, see this check. Results for commit 28f452c. ♻️ This comment has been updated with latest results. |
Published Unit Test Results2 174 tests 2 174 ✅ 2m 54s ⏱️ Results for commit 28f452c. ♻️ This comment has been updated with latest results. |
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
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
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
|
…j#3751) * make sure config is used and only send merged coverage Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * checkout repo to get codecov config Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * use folder not file Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * disable search Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * switch merged output format Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * stop controller before upload Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * stop controller Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * stop controller Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * only stop on latest Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * print controller pids Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * fix erro Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * add ls Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * kill correct process Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * add proper cover for unit to ues with merge Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> * upload directory now Signed-off-by: Zach Aller <zachaller@users.noreply.github.com> --------- Signed-off-by: Zach Aller <zachaller@users.noreply.github.com>
No description provided.