Codecov v2.0.20 fails in Alpine Linux
See original GitHub issueIssue Description
After upgrading from 2.0.15 to 2.0.20 the codecov command fails with the following error:
Executing gcov (['find', '/project', "-not -path './bower_components/**' -not -path './node_modules/**' -not -path './vendor/**'", '-type', 'f', '-name', '*.gcno', '', '-exec', 'gcov', '-pb', '', '{}', '+'])
find: unrecognized: -not -path './bower_components/**' -not -path './node_modules/**' -not -path './vendor/**'
After that it prints the usage of find:
BusyBox v1.31.1 () multi-call binary.
Usage: find [-HL] [PATH]... [OPTIONS] [ACTIONS]
Where BusyBox
is probably a clue to the problem. Codecov probably expects GNU find?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (1 by maintainers)
Top Results From Across the Web
FIles not found with uploader v0.2.0 - Bug Fixes - Codecov
Error : Codecov: Failed to properly upload: The process '/home/runner/work/_actions/codecov/codecov-action/v2/dist/codecov' failed with exit ...
Read more >[CODE-874] New uploader is unable to find and ... - GitHub
The new uploader fails to find coverage reports from Xcode. ... The coverage report is found and uploaded successfully. ... codecov-action@v2 uses ...
Read more >Codecov bash uploader `eval error` on `alpine:edge` docker ...
I'm trying to upload coverage reports to codecov.io using the codecov-bash script provided by Codecov. The bash script fails to run on Gitlab...
Read more >codecov/codecov - CircleCI Developer Hub
If running on `alpine` builds, the orb will need `coreutils`, `curl`, and `gnupg` in order to validate. Show command Source. PARAMETER. DEFAULT ...
Read more >Bug listing with status UNCONFIRMED as at 2022/12/22 02 ...
dmapd - Serve DAAP (iTunes) and DPAP (iPhoto) shares from Linux" status:UNCONFIRMED ... Bug:553594 - "sys-libs/efivar-0.20 fails make test (FEATURES=test)" ...
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
@thomasrockhu It works again, thanks!
find
has since been removed post2.1.3
@agboom. Is this still an issue?