initios / flake8-junit-report

WARNING: Not mantained
BSD 3-Clause "New" or "Revised" License
14 stars 12 forks source link

Error Count is Number of Problematic Files Rather than Number of Failures #24

Open cancan101 opened 6 years ago

cancan101 commented 6 years ago

this counts the number of unique files with errors rather than the total number of errors. This leads to tools like circle-ci not showing all of the errors: https://github.com/initios/flake8-junit-report/blob/b422c130e635baca4dbf8d6e05ad3439c04aaf71/junit_conversor/__init__.py#L32