diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aba70a4bd..3b76df232 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,6 +123,8 @@ jobs: run: sudo pip install -U wheel pipenv && pipenv install --dev - name: Run coverage run: pipenv run ./scripts/coverage.sh + - name: Create XML Report + run: pipenv run coverage xml - uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }}