diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab384a3ad..dce18cc7c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,6 +54,8 @@ jobs: tox -e base,dist,docs - name: Upload coverage + run: | + pytest --cov=./ --cov-report=xml - uses: codecov/codecov-action@v3.1.0 with: flags: unittests # optional