Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Codecov.yml is not getting detected due to absolute paths #138

Closed
josh-byster opened this issue Jul 14, 2019 · 1 comment
Closed

Codecov.yml is not getting detected due to absolute paths #138

josh-byster opened this issue Jul 14, 2019 · 1 comment

Comments

@josh-byster
Copy link

Because of the use of process.cwd() to get the path for the yaml file (which the API expects as relative), the path sent to the query is absolute (ex. /var/www/app/codecov.yml) and thus does not take effect online. Likely this is the root cause of #79. the suggested change would be to get the relative path rather than the absolute working directory.

@thomasrockhu
Copy link
Contributor

Closing this out as we check for the yaml server-side.

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

No branches or pull requests

2 participants