Skip to content

Releases: xportation/junit-coverage-report

Upgrade to Node20

12 May 19:29
c715307
Compare
Choose a tag to compare
Merge pull request #19 from xportation/develop

Make`main` up to date

Fix coverage parser

27 Jun 14:04
edcae1f
Compare
Choose a tag to compare

Conditional for non object type in lines attribute from class object during the coverage parse.

Run only if is a `pull request`

20 Jun 21:31
5b75e30
Compare
Choose a tag to compare

Add conditional to run only if is a pull request event

Comment Pull Request with JUnit and Coverage reports

26 May 21:46
69d50a1
Compare
Choose a tag to compare
  • Parse JUnit XML file generated by pytest.
  • Parse Coverage XML file generated by pyconv.
  • Generate HTML reports using Handlebars templates.
  • Comment Pull Requests with the HTML report.