codecov
This commit is contained in:
parent
c492cdc163
commit
a3261f3be8
8
.github/workflows/codecov.yml
vendored
Normal file
8
.github/workflows/codecov.yml
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
steps:
|
||||||
|
- uses: actions/checkout@main
|
||||||
|
- uses: codecov/codecov-action@v1
|
||||||
|
with:
|
||||||
|
files: ./coverage1.xml,./coverage2.xml # optional
|
||||||
|
flags: unittests # optional
|
||||||
|
name: codecov-umbrella # optional
|
||||||
|
fail_ci_if_error: true # optional (default = false
|
Loading…
x
Reference in New Issue
Block a user