diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5802fe..bceb9e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,3 +30,10 @@ jobs: - name: Run Tests run: tox + + - name: Run Coverage + if: matrix.python-version == '3.8' + uses: codecov/codecov-action@v1 + with: + flags: unittests + fail_ci_if_error: true