adding codecov

This commit is contained in:
Cayo Puigdefabregas 2020-10-02 12:01:10 +02:00
parent 0f8f1f8ba7
commit ec63fb3c47
1 changed files with 4 additions and 0 deletions

View File

@ -71,3 +71,7 @@ jobs:
coverage report --include='ereuse_devicehub/*' coverage report --include='ereuse_devicehub/*'
coverage xml coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}