Describe the bug
The Codacy Coverage Reporter fails during the CI/CD pipeline with the error: Invalid configuration: Empty argument for --project-token. The coverage reporter downloads successfully but cannot execute because it doesn't receive the project token.
To Reproduce
Run cicd workflow.
Expected behavior
The Codacy Coverage Reporter should successfully receive the project token from GitHub Secrets and upload the coverage report to Codacy without errors.
Screenshots
Running command: /home/runner/.cache/codacy/coverage-reporter/14.1.0/codacy-coverage-reporter "report" -->
2025-09-08 11:38:25.466Z error [CodacyCoverageReporter] Invalid configuration: Empty argument for --project-token - (CodacyCoverageReporter.scala:28)
Additional context
It seems that CODACY_PROJECT_TOKEN is not set or empty.
Describe the bug
The Codacy Coverage Reporter fails during the CI/CD pipeline with the error: Invalid configuration: Empty argument for --project-token. The coverage reporter downloads successfully but cannot execute because it doesn't receive the project token.
To Reproduce
Run cicd workflow.
Expected behavior
The Codacy Coverage Reporter should successfully receive the project token from GitHub Secrets and upload the coverage report to Codacy without errors.
Screenshots
Additional context
It seems that
CODACY_PROJECT_TOKENis not set or empty.