diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 906926c..3cff069 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Install test requirements run: pip install -r test-requirements.txt - name: Run tests - run: python setup.py test --addopts "--cov-report xml" + run: python setup.py test - name: Upload coverage uses: codecov/codecov-action@v4 with: diff --git a/setup.cfg b/setup.cfg index 250ce57..d3728a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [tool:pytest] -addopts = tests --strict-markers --cov aiostream --cov-report html --cov-report term +addopts = tests --strict-markers --cov aiostream [coverage:report] exclude_lines =