try checkout master
This commit is contained in:
parent
4e87429c37
commit
15ef5230f9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_lint_test.yaml
vendored
1
.github/workflows/build_lint_test.yaml
vendored
|
|
@ -29,6 +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
|
||||||
- uses: codecov/codecov-action@v2
|
- uses: codecov/codecov-action@v2
|
||||||
with:
|
with:
|
||||||
files: ./coverage.xml
|
files: ./coverage.xml
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue