radish-bdd / radish

Behavior Driven Development tooling for Python. The root from red to green.
https://radish-bdd.github.io
MIT License
181 stars 49 forks source link

JUnit writter rollback #455

Closed fliiiix closed 1 year ago

fliiiix commented 1 year ago

Adding properties to testcases is not official JUnit standard. It is hidden behind --junit-relaxed for now.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 85.00% and project coverage change: +0.18% :tada:

Comparison is base (c245972) 87.11% compared to head (a8074c5) 87.30%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #455 +/- ## ========================================== + Coverage 87.11% 87.30% +0.18% ========================================== Files 39 39 Lines 2375 2378 +3 ========================================== + Hits 2069 2076 +7 + Misses 306 302 -4 ``` | [Flag](https://app.codecov.io/gh/radish-bdd/radish/pull/455/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/radish-bdd/radish/pull/455/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd) | `87.30% <85.00%> (+0.18%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files Changed](https://app.codecov.io/gh/radish-bdd/radish/pull/455?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd) | Coverage Δ | | |---|---|---| | [radish/extensions/junit\_xml\_writer.py](https://app.codecov.io/gh/radish-bdd/radish/pull/455?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=radish-bdd#diff-cmFkaXNoL2V4dGVuc2lvbnMvanVuaXRfeG1sX3dyaXRlci5weQ==) | `72.09% <85.00%> (+5.82%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.