diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91315ded..baab1579 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,6 +68,7 @@ jobs: run: | pip install pytest coverage coverage run -m pytest tests + coverage xml - uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}