Description
I keep getting the error There was an error processing coverage reports.
when I try to access my report, with the Please review the following uploads for clues:
list being empty of files. I am trying different things but none of them seem to make any difference, and the upload part seems to work fine.
Up until a couple of months ago we had codcov up and running, but in the meantime we have changed our CI from circleci to Jenkins, and our test suit from running inside VMs to containers. I suspect this has something to do with the file paths, but unfortunately codecov doesn’t provide any error info about what went wrong.
Repository
You can see the last of the failing commits here:
https://codecov.io/github/transifex/txc/commit/f9a694383d3fe1f820f84632e048e9d79d00ee55
CI/CD
At the current stage I am trying to integrate locally, once satisfied I will move functionality to Jenkins.
Uploader
bash <(curl -s https://codecov.io/bash) -f test-results/django/coverage.xml
Commit SHAs
f9a694383d3fe1f820f84632e048e9d79d00ee55
Codecov YAML
Please include the codecov.yml as code
Codecov Output
coverage:
notify:
slack:
default:
url: https://hooks.slack.com/services/[...]
attachments: "sunburst"
ignore:
- ".*/south_migrations/.*"
- ".*/management/.*"
- "test*/"
- "*.yml"
- "*.rst"
- "settings/"
- "*settings*"
- "*.json"
- "*.in"
- "*.sh"
- "*.txt"
- "./*.js"
- "node_modules/*"
comment:
layout: "header, diff, changes, sunburst, uncovered"
behavior: new
Please provide the full output of running the uploader on your CI/CD
An error on what went wrong would be much appreciated!