diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4dd5931..cd0a500 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,4 +25,13 @@ jobs: - name: Static Type Check - Mypy run: make static_type_check - name: Test with pytest - run: make test \ No newline at end of file + 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 \ No newline at end of file