Skip to content
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

Merged
merged 1 commit into from
Apr 7, 2025

Conversation

denisonbarbosa
Copy link
Member

@denisonbarbosa denisonbarbosa commented Feb 13, 2025

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

@denisonbarbosa denisonbarbosa force-pushed the static-check-setup branch 2 times, most recently from f5ed99f to 8431755 Compare February 14, 2025 13:02
@denisonbarbosa denisonbarbosa marked this pull request as ready for review February 27, 2025 12:37
@denisonbarbosa denisonbarbosa requested a review from a team as a code owner February 27, 2025 12:37
Copy link
Collaborator

@3v1n0 3v1n0 left a 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?

@3v1n0
Copy link
Collaborator

3v1n0 commented Mar 20, 2025

Mh, this seems still fails in updating codeconv, from CI:

error - 2025-03-20 19:54:55,977 -- Upload failed: {"message":"Repository not found"}

Weird?!

Copy link
Collaborator

@3v1n0 3v1n0 left a 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-commenter
Copy link

codecov-commenter commented Mar 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.23%. Comparing base (36511cd) to head (a5ac827).
Report is 582 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@denisonbarbosa denisonbarbosa force-pushed the static-check-setup branch 3 times, most recently from 6537364 to 714c441 Compare March 31, 2025 10:21
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.
@denisonbarbosa denisonbarbosa force-pushed the static-check-setup branch 3 times, most recently from a5ac827 to 383214a Compare March 31, 2025 13:09
@denisonbarbosa denisonbarbosa merged commit 744faf6 into main Apr 7, 2025
21 of 22 checks passed
@denisonbarbosa denisonbarbosa deleted the static-check-setup branch April 7, 2025 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants