Closed tkraak closed 3 years ago
Only API TOKEN can be downloaded from Codacy settings, there isn't any Project settings option for free accounts as described in the documentation, unfortunately. Probably for the paid version.
Found the Project API token. Added it to the secrets.
Looks like, it is buggy...
2021-08-01 08:43:36.518Z error [CodacyCoverageReporter] Invalid configuration: Empty argument for --project-token - (CodacyCoverageReporter.scala:25)
I merged this because it turns out that secrets are not passed to workflows that are triggered by a pull request from a fork.
Looks like secrets.CODACY_PROJECT_TOKEN
is set up properly now. Thanks.
@zoltan-nz looks like we still have issues with the
CODACY_PROJECT_TOKEN
. See this run.Did you set up a
CODACY_API_TOKEN
orCODACY_PROJECT_TOKEN
? More here.