diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b4207c5..c7d86ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -83,7 +83,9 @@ jobs: shell: bash -l {0} run: | pytest -v \ - --mpl --mpl-results-path=./mpl-results \ + --mpl \ + --mpl-results-path=./mpl-results \ + --mpl-generate-summary html \ --junitxml=junit-py${{ matrix.python-version }}.xml \ --cov --cov-report term \ --cov-report xml:coverage-${{ matrix.python-version }}.xml