Update and rename codeov-action@v2 to codeov-action@codesexe

Signed-off-by: Erçetin Güler <ercetinguler@hotmail.com>
This commit is contained in:
Erçetin Güler 2022-08-28 09:24:46 +03:00 committed by GitHub
parent 5a7d01a778
commit 8dfb4abfc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 10 deletions

1
codeov-action@codesexe Normal file
View file

@ -0,0 +1 @@

View file

@ -1,10 +0,0 @@
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)