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
|
||||
run: |
|
||||
./tools/test xml
|
||||
- uses: actions/checkout@master
|
||||
- uses: codecov/codecov-action@v2
|
||||
- name: Upload code coverage to codecov.io
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
files: ./coverage.xml
|
||||
name: codecov-umbrella # optional
|
||||
fail_ci_if_error: true # optional (default = false)
|
||||
verbose: true # optional (default = false)
|
||||
files: ./coverage.xml
|
||||
Loading…
Reference in a new issue