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

.github/codecov.yml not supported automatically by CLI

Open cdignam-segment opened this issue 2 years ago • 2 comments

The docs site mentions codecov.yml can exist in the .github/ directory, but the CLI only searches the current directory, not .github/ for a codecov.yml

https://github.com/codecov/codecov-cli/blob/775ba4693040b6d2d7201cedf94137b7bb7d69ee/codecov_cli/main.py#L38

cdignam-segment avatar Oct 26 '23 15:10 cdignam-segment

The typescript library looks for additional permutations which from a github-actions perspective would be semver breaking (perhaps intentional with v4?):

https://github.com/codecov/uploader/blob/f5613bbf60cf7ee49808dc94fc57716607be98b2/src/helpers/token.ts#L69-L76

jbergstroem avatar Dec 16 '23 16:12 jbergstroem

Adding to this - the CLI also doesn't recognize .codecov.yml in contrast with the documentation

danielrozenberg avatar Jan 25 '24 15:01 danielrozenberg

Hi all, I believe this should be fixed. I'm sorry I didn't see this issue initially. Please let me know if you are still running into the problem by reopening.

thomasrockhu-codecov avatar Jun 18 '24 17:06 thomasrockhu-codecov