pytest-dev / pytest

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
https://pytest.org
MIT License
11.88k stars 2.65k forks source link

[TODO] Upload JUnit reports to Codecov #12689

Open webknjaz opened 1 month ago

webknjaz commented 1 month ago

TL;DR Today, I saw this: https://app.codecov.io/gh/pytest-dev/pytest/tests/new. I believe, it'd be useful to make tests results displayed there. Not sure when I get to this, so feel free to grab this task, it should be easy enough.

YamiTL commented 1 month ago

Hey @webknjaz! Hope you're having a nice Thursday wherever you're based. I'd like to help here. I'm not entirely sure what is expected to be added to the current tests.yaml file.

webknjaz commented 1 month ago

Are you able to see the instructions on the linked web page?

AshishRP94 commented 3 weeks ago

Hey @webknjaz I want to pick up this issue.

webknjaz commented 2 days ago

The instructions mention using a legacy test report format, which I'd put into https://github.com/pytest-dev/pytest/blob/9515dfa/pyproject.toml#L324-L395 as junit_family = "xunit1".