Skip to content

Commit

Permalink
Change HTML output name
Browse files Browse the repository at this point in the history
  • Loading branch information
liamtoozer committed Nov 14, 2023
1 parent 98ebe8b commit db4e41b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/mutmut.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,11 @@ jobs:
pipenv run mutmut run \
--paths-to-mutate "app/${{ matrix.mutation-module-under-test }}/" \
--runner "py.test -n auto" \
--no-progress \
--CI
--no-progress
- name: Save HTML output
run: |
pipenv run mutmut html
- uses: actions/upload-artifact@v3
with:
name: mutation-test-report
name: mutation-test-report-${{ matrix.mutation-module-under-test }}
path: html/

0 comments on commit db4e41b

Please sign in to comment.