add: codecov coverage

This commit is contained in:
Dineshkarthik 2020-07-11 10:09:24 +02:00
parent ce5201b2ed
commit ca90f7f3f6

View file

@ -25,4 +25,13 @@ jobs:
- name: Static Type Check - Mypy
run: make static_type_check
- name: Test with pytest
run: make test
run: make test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: /tmp/coverage/media-downloader.xml
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true