This adds rudimentary support for uploading JUnit XML files along with the coverage results.
pytest-codecov will automatically grab the junit file when generated via --junit-xml/--junitxml.
If you don't want that to happen you can use --codecov-exclude-junit-xml.