Skip to content

Merge pull request #37 from menchelab/dev #34

Merge pull request #37 from menchelab/dev

Merge pull request #37 from menchelab/dev #34

name: validate-codecov-config
on:
pull_request:
paths: [codecov.yaml]
push:
branches: [main]
jobs:
validate-codecov-config:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Validate codecov configuration
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: curl -sSL --fail-with-body --data-binary @codecov.yaml https://codecov.io/validate