gh/actions: add codecov
This commit is contained in:
parent
80c3246333
commit
c104eeebe6
|
@ -123,6 +123,10 @@ jobs:
|
|||
run: sudo pip install -U wheel pipenv && pipenv install --dev
|
||||
- name: Run coverage
|
||||
run: pipenv run ./scripts/coverage.sh
|
||||
- uses: codecov/codecov-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: ./unittest.xml
|
||||
# Build
|
||||
build-server:
|
||||
needs:
|
||||
|
|
Reference in New Issue