missing dash
This commit is contained in:
parent
eb94f9d4fc
commit
7921c0aa19
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_lint_test.yaml
vendored
2
.github/workflows/build_lint_test.yaml
vendored
|
|
@ -30,6 +30,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
./tools/test xml
|
./tools/test xml
|
||||||
- name: Upload code coverage to codecov.io
|
- name: Upload code coverage to codecov.io
|
||||||
- uses: codecov/codecov-action@v3
|
uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
files: ./coverage.xml
|
files: ./coverage.xml
|
||||||
Loading…
Reference in a new issue