This changeset updates the Codecov GitHub Actions to v4.
All the uploads made via the previous v3 version seem to work improperly, or just stumble across refusal to accept the coverage payload. This happened because the token-less uploads are no longer supported (see their official docs on v4 release).
Therefore, this PR also includes the token value into the Actions script configuration.
The token is set up on the organizational level for all public repositories of SpineEventEngine.
Prior to creating this PR, the same code was successfully tested in our base repository.
This changeset updates the Codecov GitHub Actions to v4.
All the uploads made via the previous v3 version seem to work improperly, or just stumble across refusal to accept the coverage payload. This happened because the token-less uploads are no longer supported (see their official docs on v4 release).
Therefore, this PR also includes the token value into the Actions script configuration. The token is set up on the organizational level for all public repositories of SpineEventEngine.
Prior to creating this PR, the same code was successfully tested in our
base
repository.