codecov / codecov-bash

Global coverage report uploader for Codecov
https://codecov.io
Apache License 2.0
234 stars 155 forks source link

Codecov failure: Bash script checksums do not match published values. Please contact security@codecov.io immediately. #435

Closed spencercjh closed 3 years ago

spencercjh commented 3 years ago

I used Github Action as the environment for my project CI/CD env, using codecov-action to upload codecov report, and I got this error today:

image

I'm not quite sure if the issue is raised here or in that github action repo. I've been using the suit normally for over a month now.

- name: Report Codecov
  uses: codecov/codecov-action@v1.4.1
  with:
    token: ${{ secrets.CODECOV_TOKEN }}
    files: ./build/reports/jacoco/test/jacocoTestReport.xml
    fail_ci_if_error: false
    verbose: true
spencercjh commented 3 years ago

https://github.com/codecov/codecov-action/issues/318