adding codecov
This commit is contained in:
parent
0f8f1f8ba7
commit
ec63fb3c47
|
@ -71,3 +71,7 @@ jobs:
|
|||
coverage report --include='ereuse_devicehub/*'
|
||||
coverage xml
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
|
Reference in New Issue