Skip to content

Updated workflow.yml #3

Updated workflow.yml

Updated workflow.yml #3

Workflow file for this run

steps:
- uses: actions/checkout@greeks_1.3.0
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage1.xml,./coverage2.xml # optional
flags: unittests # optional
name: codecov-umbrella # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)