question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Codecov v2.0.20 fails in Alpine Linux

See original GitHub issue

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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
agboomcommented, Jun 15, 2020

@thomasrockhu It works again, thanks!

0reactions
thomasrockhucommented, Jun 14, 2020

find has since been removed post 2.1.3 @agboom. Is this still an issue?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found