diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55bc061..fcd7cb7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,10 +23,13 @@ jobs: - name: Install dependencies run: | - python -m pip install --upgrade pip tox + python -m pip install --upgrade pip tox codecov tox --notest - name: Test run: | python --version tox -e coverage + + - name: Upload Coverage + run: codecov