Skip to content

Commit

Permalink
Updating mutmut to not show progress during pipeline run
Browse files Browse the repository at this point in the history
  • Loading branch information
jossmoff committed Nov 11, 2023
1 parent 49f015a commit 6511e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: 🦠 Run Mutation Tests
run: |
mutmut run
mutmut run --no-progress
mutmut html
- name: 📤 Upload Mutation Test Report
Expand Down

0 comments on commit 6511e4a

Please sign in to comment.