Hello, I started using Codecov in my repository this weekend, and for whatever reason, the action is not running with my yaml config.
I have created a codecov.yml
file in the root of my project, and I have validated it using the following command in terminal.
cat codecov.yml | curl --data-binary @- https://codecov.io/validate
Here is the codecov.yml
Here is the pull_request_checks.yml
that runs on PRs and utilizes codecov/codecov-action@v3
On the Codecov website I am not seeing the yaml populated either.