try v3
This commit is contained in:
parent
15ef5230f9
commit
eb94f9d4fc
1 changed files with 3 additions and 6 deletions
9
.github/workflows/build_lint_test.yaml
vendored
9
.github/workflows/build_lint_test.yaml
vendored
|
|
@ -29,10 +29,7 @@ jobs:
|
||||||
- name: Run tests with coverage
|
- name: Run tests with coverage
|
||||||
run: |
|
run: |
|
||||||
./tools/test xml
|
./tools/test xml
|
||||||
- uses: actions/checkout@master
|
- name: Upload code coverage to codecov.io
|
||||||
- uses: codecov/codecov-action@v2
|
- uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
files: ./coverage.xml
|
files: ./coverage.xml
|
||||||
name: codecov-umbrella # optional
|
|
||||||
fail_ci_if_error: true # optional (default = false)
|
|
||||||
verbose: true # optional (default = false)
|
|
||||||
Loading…
Reference in a new issue