.github/codecov.yml not supported automatically by CLI
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
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
Adding to this - the CLI also doesn't recognize .codecov.yml in contrast with the documentation
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.