gh/actions: fix invalid path for codecov
This commit is contained in:
parent
922cbf932d
commit
47f6d0ac59
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -126,7 +126,6 @@ jobs:
|
||||||
- uses: codecov/codecov-action@v1
|
- uses: codecov/codecov-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
file: ./unittest.xml
|
|
||||||
# Build
|
# Build
|
||||||
build-server:
|
build-server:
|
||||||
needs:
|
needs:
|
||||||
|
|
Reference in a new issue