codecov-action icon indicating copy to clipboard operation
codecov-action copied to clipboard

Issue detecting commit sha

Open nakul1010 opened this issue 3 years ago • 0 comments

Issue detecting commit SHA. Please run actions/checkout with fetch-depth > 1 or set to 0.

Githb action code

  • name: Upload to codecov.io uses: codecov/codecov-action@v3 with: token: ${{secrets.CODECOV_TOKEN}} fail_ci_if_error: true

nakul1010 avatar Jul 19 '22 06:07 nakul1010