eriwen / lcov-to-cobertura-xml

Converts lcov output to Cobertura-compatible XML for CI
https://eriwen.github.io/lcov-to-cobertura-xml/
Apache License 2.0
187 stars 73 forks source link

Update for python 3.8 #33

Closed alivenets closed 2 years ago

alivenets commented 4 years ago

This MR provides update for python 3.8 and adds a test for demangle option

eriwen commented 4 years ago

Hey @alivenets, thanks for the PR.

It looks like the new test is failing in CI: https://travis-ci.org/github/eriwen/lcov-to-cobertura-xml/jobs/708510773

If you would kindly fix it I can merge this. Note that I merged #32 recently which conflicts a little with this.

alivenets commented 4 years ago

@eriwen do you intend to keep Python 2.7 as for now? Seems there is issue with tests. And AFAIK, python 2.7 is unsupported since January.

fperrin commented 3 years ago

Hi @eriwen ,

Is Python 2 compatibility the only hold-up for merging this? If that's the case, I've got a couple changes that allow running on both Python 2 & 3.