-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Description
Yesterday the "coveralls report" 0.6.10 was released. This started to generate the following error:
🔍 Detected coverage file: .coverage
⚠️ Coverage reporter does not yet know how to process this file: .coverage
🚨 Nothing to report
Forcing the format to python I got:
✏️ Forced coverage format: python
🔍 Detected coverage file: .coverage
#<CoverageReporter::CoveragepyParser::ParserError:There was an error processing .coverage: --: 1: coverage: not found
To use the python format, do one of the following:
1. Make sure that the coverage executable is available in the
runner environment, or
2. Convert the .coverage file to a coverage.xml file by running
`coverage xml`. Then pass the input option `format: cobertura`
(for Coveralls GitHub Action or orb), or pass `--format=cobertura`
if using the coverage reporter alone.
The first option seems to be impossible for an action. So I tried the second. Now I get:
✏️ Forced coverage format: cobertura
🔍 Detected coverage file: coverage.xml
🔍 Detected coverage file: .coverage
⭐️ Running in parallel mode. You must call the webhook after all jobs finish: `coveralls done --build-number 8752691638`
#<IO::Error:Error reading file: Is a directory>
I still trying things, but I think the action should fix it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels