mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-13 06:27:26 +00:00
Update codeov-action@v2.1.0
Signed-off-by: Erçetin Güler <ercetinguler@hotmail.com>
This commit is contained in:
parent
5440518c88
commit
a7ae1ab71a
1 changed files with 10 additions and 2 deletions
|
|
@ -1,2 +1,10 @@
|
||||||
- isim: Codecov
|
steps:
|
||||||
kullanır: codecov/codecov-action@v2.1.0
|
- 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