-
Notifications
You must be signed in to change notification settings - Fork 19
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
Parse coverage to Cobertura format and upload artifact #796
Conversation
f5ed99f
to
8431755
Compare
8431755
to
cd161e1
Compare
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.
All good from my pov, a part some irrelevant nits.
Maybe you can change the commit as ... and upload [it] as artifact
?
cd161e1
to
f4baa00
Compare
c013cfd
to
ed5e1de
Compare
Mh, this seems still fails in updating codeconv, from CI:
Weird?! |
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.
Cobertura report should be handled by codecov as expected.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #796 +/- ##
==========================================
+ Coverage 83.43% 85.23% +1.79%
==========================================
Files 83 80 -3
Lines 8689 5528 -3161
Branches 74 109 +35
==========================================
- Hits 7250 4712 -2538
+ Misses 1111 761 -350
+ Partials 328 55 -273 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
6537364
to
714c441
Compare
In order to submit our coverage to TiCS, we need them parsed in Cobertura format. Since we need to parse this for TiCS, let's reuse the assets and upload those Cobertura reports to Codecov as well.
a5ac827
to
383214a
Compare
In order to submit our coverage to TiCS, we need them parsed in Cobertura format. Since we need to parse this for TiCS, let's reuse the assets and upload those Cobertura reports to Codecov as well.
UDENG-5893