zowe / zowe-client-python-sdk

Eclipse Public License 2.0
36 stars 26 forks source link

CI: Codecov failing when uploading coverage #290

Closed zFernand0 closed 6 days ago

zFernand0 commented 1 week ago

Describe the bug

We might want to double check to see if the coverage results were uploaded from another OS/Version combination.

Expected and actual results

Expected the win/mac 3.12 pipeline to succeed 😋

Describe your environment

GHA

Additional context

Screenshot 2024-06-19 at 11 11 30 AM
github-actions[bot] commented 1 week ago

Thank you for creating a bug report. We will investigate the bug and evaluate its impact on the product. If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.

JTonda commented 6 days ago

Investigate the latest documentation for codecov. Decide whether to fix the multiplatform or switch to just one. Do this across all CLI & ZE repos.

t1m0thyj commented 6 days ago

The CodeCov action is failing only on some PRs:

t1m0thyj commented 6 days ago

Codecov token has been added as a Dependabot secret: image

For PRs opened from a fork, Codecov released an enhancement just last week to support tokenless upload in this case: https://github.com/codecov/codecov-action/pull/1410. Here is an example of PR where this is working: https://github.com/zowe/zowe-client-python-sdk/pull/294 The PR is happening in a forked repo. Using tokenless upload.