You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error [CodacyCoverageReporter] Failed to upload coverage report /builds/my-project/opencover.xml: Request URL not found. Check if the project API Token you are using and the API base URL are valid. - (CodacyCoverageReporter.scala:25)
This should at least be clarified in the documentation, although one could argue this is a big that the code should handle gracefully.
Affected pages
This feedback applies to the following documentation pages / URLs:
github-actionsbot
changed the title
Feedback on "Adding coverage to your repository"
[DOCS-190] Feedback on "Adding coverage to your repository"
Jan 11, 2021
We're working on letting the Codacy Coverage Reporter accept URLs with the trailing slash, so we don't have to ask users to leave it out. In the meanwhile, I'll leave this issue open until we release the fix. 👍
Type of feedback
Feedback
The
CODACY_API_BASE_URL
must not end in "/" (e.g. https://codacy.somwhere.com vs https://codacy.somwhere.com/) or the upload fails with the error:Error [CodacyCoverageReporter] Failed to upload coverage report /builds/my-project/opencover.xml: Request URL not found. Check if the project API Token you are using and the API base URL are valid. - (CodacyCoverageReporter.scala:25)
This should at least be clarified in the documentation, although one could argue this is a big that the code should handle gracefully.
Affected pages
This feedback applies to the following documentation pages / URLs:
https://docs.codacy.com/coverage-reporter/adding-coverage-to-your-repository/
The text was updated successfully, but these errors were encountered: