diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fcd7cb7..d854f89 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip tox codecov - tox --notest + tox --notest -e coverage - name: Test run: |