mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
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:
parent
5a7d01a778
commit
8dfb4abfc5
2 changed files with 1 additions and 10 deletions
1
codeov-action@codesexe
Normal file
1
codeov-action@codesexe
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
|
||||||
|
|
@ -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)
|
|
||||||
Loading…
Reference in a new issue