diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index af0b850..116a0bd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,6 +32,8 @@ jobs: run: python3 -m coverage run --branch setup.py build - name: Run install run: python3 -m coverage run -a --branch setup.py install + - name: Run clean + run: python3 -m coverage run -a --branch setup.py clean - name: Coverage report run: python3 -m coverage xml - name: Install dependencies for Codecov