"Codecov: Uploader shasum does not match uploader hash"
See original GitHub issueIssue Description
I am facing Codecov: Uploader shasum does not match uploader hash
trying to use literaly copy-paste GitHub Action example setup.
Warning: Unexpected input(s) 'path_to_write_report', valid inputs are ['token', 'files', 'directory', 'flags', 'commit_parent', 'dry_run', 'env_vars', 'fail_ci_if_error', 'file', 'functionalities', 'move_coverage_to_trash', 'name', 'override_branch', 'override_build', 'override_commit', 'override_pr', 'override_tag', 'root_dir', 'slug', 'url', 'verbose', 'working-directory']
Run codecov/codecov-action@v2
with:
token: ***
directory: ./coverage/reports/
env_vars: OS,PYTHON
fail_ci_if_error: true
files: ./coverage.xml
flags: unittests
verbose: true
env:
OS: windows-latest
PYTHON: 3.7
pythonLocation: C:\hostedtoolcache\windows\Python\3.7.9\x64
==> SHASUM file signed by key id 806bb28aed779869
D:\a\_actions\codecov\codecov-action\v2\dist\codecov.exe -n codecov-umbrella -Q github-action-2.0.1 -e OS,PYTHON -Z -f ./coverage1.xml -f ./coverage2.xml -F unittests -s ./coverage/reports/ -v
_____ _
/ ____| | |
| | ___ __| | ___ ___ _____ __
| | / _ \ / _` |/ _ \/ __/ _ \ \ / /
| |___| (_) | (_| | __/ (_| (_) \ V /
\_____\___/ \__,_|\___|\___\___/ \_/
Codecov report uploader 0.1.0
Error: Codecov: Uploader shasum does not match uploader hash:
b703b68634be7ee137d78fc3d152598b9ece064482f31964177ae6ea0028a0c0 codecov.exe, public hash:
80c66284a12e9ada7a8da2f223600e3e4826a7e5e2249887d0859fa5447f1122 codecov.exe
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:11 (6 by maintainers)
Top Results From Across the Web
v2: Codecov: Uploader shasum does not match #586 - GitHub
I've been getting this issue on a few repos lately, and it fails the job. Other jobs in the build pass.
Read more >Codecov Uploader
Codecov uses a separate upload tool to make it easy to upload coverage reports to Codecov for processing. The Codecov Uploader is a...
Read more >Not Your Usual Supply Chain Hack: The Codecov Bash ...
Codecov, a tool for uploading environmental data into continuous integration environs, has been compromised.
Read more >code coverage - Why is codedov not showing the report?
I generate the report using codeception using the "Run Codecept coverage" command. Why on the codecov site I see commits and 100% coverage,...
Read more >What You Need to Know About the Codecov Incident
The system breach remained undetected for over two months, which is when a Codecov customer alerted the company of a discrepancy between the ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This looks like a race condition during release. The SHA it’s comparing to is the latest, but we are pulling a slightly older SHA. It should resolve within the hour, but I’ll work on making sure it doesn’t happen on future releases.
Just happened today in this run https://github.com/prisma/prisma/runs/3291354178
Using
- uses: codecov/codecov-action@v2
Workflow file here https://github.com/prisma/prisma/blob/main/.github/workflows/test.yml