-
Notifications
You must be signed in to change notification settings - Fork 535
Description
Ever since merging pull request #7944 commits are showing a failure of the "Maven Unit Tests" check like this:
If you did into the error, it says:
Error: Failed to execute goal org.eluder.coveralls:coveralls-maven-plugin:4.3.0:report (default-cli) on project dataverse: Processing of input or output data failed: Report submission to Coveralls API failed with HTTP status 422: Unprocessable Entity (Couldn't find a repository matching this job.) -> [Help 1]
Here's a screenshot from https://github.com/IQSS/dataverse/runs/2941612189 for more context:
@poikilotherm has his eye on these potential fixes:
- Support github actions as service trautonen/coveralls-maven-plugin#136 (comment)
- https://github.com/common-workflow-language/cwlviewer/blob/main/.github/workflows/ci-build.yml
As fate should have it, old friend @michbarsinai ran into similar trouble a while back! 😄 https://stackoverflow.com/questions/41433800/travis-ci-org-project-cannot-submit-code-coverage-report-to-coveralls-io
