Skip to main content
2025 Python Packaging Survey is now live!  Take the survey now

Simple tool that converts a flake8 file to junit format

Project description

Simple tool that converts a flake8 file to junit format. Use it on your CI server to see the flake8 failures with ease.

https://img.shields.io/badge/LICENSE-BSD%203--Clause-brightgreen.svg Documentation Status

Master

https://travis-ci.org/initios/flake8-junit-report.svg?branch=master https://coveralls.io/repos/initios/flake8-junit-report/badge.svg?branch=master

Develop

https://travis-ci.org/initios/flake8-junit-report.svg?branch=develop https://coveralls.io/repos/initios/flake8-junit-report/badge.svg?branch=develop

Usage

Create your flake8 file as usual:

$ flake8 --output-file flake8.txt

Convert it to JUnit format:

$ junit_conversor flake8.txt flake8_junit.xml

Running the tests

$ pip install -r requirements_dev.txt
$ nosetests

Contributions

Check authors file.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page