Skip to content

Closes #70: Adopt cookiecutter-uv as foundation #9

Closes #70: Adopt cookiecutter-uv as foundation

Closes #70: Adopt cookiecutter-uv as foundation #9

name: validate-codecov-config
on:
pull_request:
paths: [codecov.yaml]
push:
branches: [main]
jobs:
validate-codecov-config:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Validate codecov configuration
run: curl -sSL --fail-with-body --data-binary @codecov.yaml https://codecov.io/validate