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
12.2k stars 2.7k forks source link

[TODO] Upload JUnit reports to Codecov #12689

Open webknjaz opened 4 months ago

webknjaz commented 4 months 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 3 months 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 3 months ago

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

AshishRP94 commented 3 months ago

Hey @webknjaz I want to pick up this issue.

webknjaz commented 2 months 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".

bencondemi commented 2 weeks ago

Hi, has this issue been fulfilled? Thanks

webknjaz commented 2 weeks ago

nope