Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New release to include Python 3.12 fix #56

Open
dieram3 opened this issue Aug 27, 2024 · 2 comments
Open

New release to include Python 3.12 fix #56

dieram3 opened this issue Aug 27, 2024 · 2 comments

Comments

@dieram3
Copy link

dieram3 commented Aug 27, 2024

Is there any upcoming release planned? I found myself needing to run lcov_cobertura on Ubuntu 24.04, which comes with Python 3.12, and I found it doesn't work. This issue was fixed in #51, however the fix is not yet available on PyPi. A new release (2.0.3) including this fix would be much appreciated.

@yoriiis
Copy link

yoriiis commented Oct 28, 2024

@eriwen Sorry to interrupt, do you have any news about this please? Thank you

2.0.2 is the latest tag available on https://pypi.org/project/lcov-cobertura

@yoriiis
Copy link

yoriiis commented Oct 30, 2024

For those who need to run the latest version of the master branch while waiting for the next tag, you can use it like this.

curl -o lcov_cobertura.py https://raw.githubusercontent.com/eriwen/lcov-to-cobertura-xml/028da3798355d0260c6c6491b39347d84ca7a02d/lcov_cobertura/lcov_cobertura.py
python3 lcov_cobertura.py coverage/lcov.info --output coverage/cobertura-coverage.xml

Note: I pointed to the merge commit 028da37 rather than the master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants