Merge pull request #59 from eReuse/feature/add_coverage

adding codecov
This commit is contained in:
cayop 2020-10-06 09:51:25 +02:00 committed by GitHub
commit 57889f5f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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 }}