This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 139
Failure in the gcov
processing find
command, whose test is AWOL
#247
Comments
fish2000
added a commit
to fish2000/codecov-python
that referenced
this issue
Apr 8, 2020
This change fixes two related sub-problems: 1) The `gcov` processing command’s predicate parameters work with both BSD and GNU `find` out-of-the-box; and 2) The test for `gcov` processing has been restored to something that should work on both local clones and CI test runs.
fish2000
added a commit
to fish2000/codecov-python
that referenced
this issue
Apr 8, 2020
This change fixes two related sub-problems: 1) The `gcov` processing command’s predicate parameters work with both BSD and GNU `find` out-of-the-box; and 2) The test for `gcov` processing has been restored to something that should work on both local clones and CI test runs. A global TRAVIS variable has been added to “codecov/__init__.py” as a module-level constant.
I also have the gcov find issue on github actions. |
I can confirm this bug and with v2.0.15 it works. Related also to this issue: #249. |
In PR #217 I have replaced the calls to |
We recently released |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The
gcov
processing command issued bycodecov
contains malformedfind
predicates, and always fails. The failure looks like this:… this is on macOS, which offers BSD
find
as the default. I verified the failure by installing GNUfindutils
with Homebrew and changing a local clone ofcodecov
to use that (as/usr/local/bin/gfind
) – the error message is slightly more helpful:… the relevant
gcov
-related test is, I think, the only test in thecodecov
suite that is completely commented out and skipped:… which suggests at least an acknowledgement of the problem, if not a genesis of same.
The text was updated successfully, but these errors were encountered: