SpineEventEngine / config

Dependencies and build configurations shared among subprojects
https://spine.io
Apache License 2.0
2 stars 3 forks source link

Migrate to Codecov v4, supply this action with a token #515

Closed armiol closed 1 month ago

armiol commented 1 month ago

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.

armiol commented 1 month ago

@alexander-yevsyukov PTAL.