-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue detecting commit SHA #190
Comments
Already triaged in codecov-bash codecov/codecov-bash#397 , a new action release with this revision would be nice, on Github I see Bash-20201223-5ad85e3 since days and could not yet confirm good. |
This has been released. If you are still experiencing the issue, you will likely need to set |
I can now confirm: old: Bash-20201223-5ad85e3 Thanks @thomasrockhu |
* working poc using typescript * clean up tsconfig * rm extra * switch some componetents to `.tsx` * upgrade to sass * rename files * rework webpack config files * fix mocking fetch * more linting * fix prop-types without import typescript complains * moving base import to setup * remove jsx attribution from core functions * add a core model + props interface for select message * enable compile type checking * fixing some errors * zap since it's completely changed * playing with prop-types and typescript * comment out proptypes TBA on what the answer will be here * move layout to containers * 🐛 found by typescript * yarn upgrade --latest * Update node.js.yml codecov/codecov-action#190 * fix coverage files includes * Delete .eslintignore * Update layout.scss.d.ts * Update tsconfig.json
1. Notify config should be under codecov group, not coverage group 2. Remove codecov.notify.after_n_builds limit so that code coverage is always available as a GitHub check, no matter how many codecov reports are uploaded 3. Disable pull request comment feature since it is annoying and unstable 4. Name codecov reports 5. Turn on patch status check 6. Add fetch-depth config to fix issue reported at codecov/codecov-action#190 Signed-off-by: Boxuan Li <[email protected]>
1. Notify config should be under codecov group, not coverage group 2. Remove codecov.notify.after_n_builds limit so that code coverage is always available as a GitHub check, no matter how many codecov reports are uploaded 3. Disable pull request comment feature since it is annoying and unstable 4. Name codecov reports 5. Turn on patch status check 6. Add fetch-depth config to fix issue reported at codecov/codecov-action#190 Signed-off-by: Boxuan Li <[email protected]>
This is needed by codecov to properly detect the commit. See codecov/codecov-action#190 (comment). Signed-off-by: Leandro Lucarella <[email protected]>
This is needed by codecov to properly detect the commit in PRs. See codecov/codecov-action#190 (comment)
if you are using github actions with the codecov bash uploader - uses: actions/checkout@v2
with:
fetch-depth: 2 |
Codecov apparently has trouble detecting the git commit if the fetch depth is only 1 (the default). Therefore increase it. See codecov/codecov-action#190 for more details.
Codecov apparently has trouble detecting the git commit if the fetch depth is only 1 (the default). Therefore increase it. See codecov/codecov-action#190 for more details.
See codecov/codecov-action#190 (comment) Signed-off-by: Christian Wolf <[email protected]>
``` issue detecting commit SHA. Please run actions/checkout with fetch-depth > 1 or set to 0 ``` Reference: codecov/codecov-action#190
``` issue detecting commit SHA. Please run actions/checkout with fetch-depth > 1 or set to 0 ``` Reference: codecov/codecov-action#190
* Remove assets-related Go files * Move static -> internal/static * go.mod: min go1.16 for embed package * Use go:embedded assets * _example/options: print handler path * .github: remove Assets workflow The Assets workflow is not needed anymore since assets are always up to date thanks to the usage of the embed package. * README.md: add Go version section * Unexport Assets * CONTRIBUTING.md: remove reference to assets generation * .codecov.yml: remove exception for assets_*.go * Update CHANGELOG.md * Update coverage.yml See codecov/codecov-action#190
-Codecov apparently has trouble detecting the git commit if the fetch depth is only 1 (the default). Therefore increase it. See codecov/codecov-action#190 for more details.
* test: rm legacy react-dom/test-utils * chore: fix * ci: fixed codecov warning (#526) ref: codecov/codecov-action#190 --------- Co-authored-by: 红 <[email protected]>
Since release v1.1.0 I am getting the following error:
-> Issue detecting commit SHA. Please run actions/checkout with fetch-depth > 1 or set to 0
The text was updated successfully, but these errors were encountered: