diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fde6f7e..cfa39cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Run Unit Tests run: | - coverage run -m unittest discover tests/ -p "*test*.py" + coverage run --omit="*test*" -m unittest discover tests/ -p "*test*.py" - name: Upload coverage reports to Codecov, send only once if: matrix.python-version == '3.12'