codecov-action/codeov-action@v2
Erçetin Güler 72e8b5b964
Rename codeov-action@v2.1.0 to codeov-action@v2
Signed-off-by: Erçetin Güler <ercetinguler@hotmail.com>
2022-08-28 04:34:51 +03:00

10 lines
380 B
Text

steps:
- uses: actions/checkout@master
- uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
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)