Skip to content

TECH Dependabot [github-actions] Bump codecov/codecov-action from 5 to 6 in the main group #213

TECH Dependabot [github-actions] Bump codecov/codecov-action from 5 to 6 in the main group

TECH Dependabot [github-actions] Bump codecov/codecov-action from 5 to 6 in the main group #213

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- run: docker compose run tests
- uses: codecov/codecov-action@v6
with:
token: ${{ secrets.CODECOV_TOKEN }}