Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.github/codecov.yml not supported automatically by CLI #319

Open
cdignam-segment opened this issue Oct 26, 2023 · 2 comments
Open

.github/codecov.yml not supported automatically by CLI #319

cdignam-segment opened this issue Oct 26, 2023 · 2 comments

Comments

@cdignam-segment
Copy link

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

default=pathlib.Path("codecov.yml"),

@jbergstroem
Copy link

jbergstroem commented Dec 16, 2023

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

@danielrozenberg
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants