Skip to content

Updated workflow.yml #11

Updated workflow.yml

Updated workflow.yml #11

Workflow file for this run

on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
steps:
- uses: actions/checkout@main
- 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)