Closed Felixmil closed 4 months ago
Test coverage action is failing because of missing codecov token in environment.
{covr} will look at the CODECOV_TOKEN in environment variables (cf documentation).
{covr}
CODECOV_TOKEN
It just need to be copied from Codecov and added as variable for github actions.
I would add OSP codecov token as organization-wise variable.
Added organization SECRET CODECOV_TOKEN
Test coverage action is failing because of missing codecov token in environment.
{covr}
will look at theCODECOV_TOKEN
in environment variables (cf documentation).It just need to be copied from Codecov and added as variable for github actions.
I would add OSP codecov token as organization-wise variable.