Repository codecov.yml not registering

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.

@connor-ricks I’m not seeing any runs in CI for the past 2 weeks. Can you send a link to your CI where you are using the action?

Hey Tom, I’ve since resolved the issue. It had something to do with the include vs exclude paths I was using.

1 Like