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
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
I was trying to upload a coverage file with the following command and got the error Failed to post: {"error":"not found"}. It looks like this is related to codacy/codacy-coverage-reporter#11.
godacov -t xxxx -r ./cover.out -c xxx
Any ideas?
It looks like this is related to the custom base url, for example the java client supports an environment variable called CODACY_API_BASE_URL that allows you to override the base url
The text was updated successfully, but these errors were encountered:
I had the same problem. Turned out I was using the wrong API token. You need to get the token from Project -> Settings -> Integrations -> Add Integration -> Project API.
It looks like this is related to codacy/codacy-coverage-reporter#11
I was trying to upload a coverage file with the following command and got the error
Failed to post: {"error":"not found"}
. It looks like this is related to codacy/codacy-coverage-reporter#11.Any ideas?
It looks like this is related to the custom base url, for example the java client supports an environment variable called
CODACY_API_BASE_URL
that allows you to override the base urlThe text was updated successfully, but these errors were encountered: