Skip to content

Commit

Permalink
fixup! Add inital image comparison tests for transects
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-moth committed Jan 16, 2024
1 parent af5be2d commit cf00732
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf00732

Please sign in to comment.