rix0rrr / cover2cover

Convert JaCoCo coverage reports to Cobertura coverage reports
MIT License
55 stars 50 forks source link

pretty formatted output and calculation for `lines-valid` and `lines-covered` #14

Open nickv2002 opened 3 months ago

nickv2002 commented 3 months ago

Add

  1. pretty formatted output
  2. calculation for lines-valid and lines-covered
  3. Black formatting

Note this assumes Python 3 (since Python 2 should not be used anymore) and incorporates changes from https://github.com/rix0rrr/cover2cover/pull/13 to fix the byte output problem also.