Skip to content

Bump codecov/codecov-action from 4.5.0 to 5.5.3 #9

Bump codecov/codecov-action from 4.5.0 to 5.5.3

Bump codecov/codecov-action from 4.5.0 to 5.5.3 #9

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
uses: ./.github/workflows/lint.yml
tests:
uses: ./.github/workflows/pytest.yml
secrets: inherit
docs:
uses: ./.github/workflows/docs.yml