Skip to content

Add support for JSON reporter #582

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

Closed
wants to merge 1 commit into from

Conversation

mwgamble
Copy link

@mwgamble mwgamble commented Feb 27, 2023

This exposes an additional reporter that's provided by coverage.py. The implementation is basically a carbon copy of the code that powers the XML implementation.

Fixes #445

@hugovk
Copy link
Member

hugovk commented Feb 27, 2023

I wouldn't worry about the Python 3.6 failure, it's no longer supported by GitHub Actions and will be removed by #567.

@cclauss
Copy link
Contributor

cclauss commented Feb 28, 2023

Please rebase.

This exposes an additional reporter that's provided by coverage.py. THe
implementation is basically a carbon copy of the code that powers the
XML implementation.
@mwgamble
Copy link
Author

@cclauss done 👍

@mwgamble
Copy link
Author

@cclauss Is there anything more I need to do to get this merged?

@ionelmc
Copy link
Member

ionelmc commented May 24, 2023

Rebased in master. Will release in 4.1 later today if no objections.

@ionelmc ionelmc closed this May 24, 2023
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

Successfully merging this pull request may close these issues.

Add JSON format to --cov-report
5 participants