Skip to content

github: Fix workflow #2

github: Fix workflow

github: Fix workflow #2

Workflow file for this run

on:
push:
branches:
- main
steps:
- uses: actions/checkout@main
- uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true # optional (default = false)
files: ./coverage1.xml,./coverage2.xml # optional
flags: unittests # optional
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true # optional (default = false)