Skip to content

Commit

Permalink
CI flag for mutmut
Browse files Browse the repository at this point in the history
  • Loading branch information
blablatdinov committed May 27, 2024
1 parent 1f94a65 commit 69446f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mutation-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: poetry install --no-interaction
- name: Run mutmut
run: |
poetry run mutmut run
poetry run mutmut run --CI
mutant_ids=poetry run mutmut result-ids survived | tr ' ' '\n'
for id in $mutant_ids
do
Expand Down

0 comments on commit 69446f1

Please sign in to comment.