mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
Create step workflow.yml
Signed-off-by: Erçetin Güler <ercetinguler@hotmail.com>
This commit is contained in:
parent
d4064b0fe9
commit
6eaf720160
1 changed files with 10 additions and 0 deletions
10
.github/iş akışları/step workflow.yml
vendored
Normal file
10
.github/iş akışları/step workflow.yml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: codecov/codecov-action@v3
|
||||
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