Skip to content

TECH Repair code coverage reporting #140

TECH Repair code coverage reporting

TECH Repair code coverage reporting #140

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: docker-compose run tests
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}