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