Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/mutation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
run: uv run --no-sync harness gate # need tests for Mutmut to target

- name: Run Mutmut
run: mutmut run || true
run: uv run --no-sync mutmut run || true

- name: Export CI/CD Stats
run: mutmut export-cicd-stats
run: uv run --no-sync mutmut export-cicd-stats

- name: Upload Mutmut JSON Report
uses: actions/upload-artifact@v4
Expand Down