From bdbd33cc381cc4461db8b4c376243e876c6a9859 Mon Sep 17 00:00:00 2001 From: jossmoff Date: Sun, 12 Nov 2023 22:16:31 +0000 Subject: [PATCH] :memo: Updating documentation --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 5b0c38c..b6c1d5a 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -44,7 +44,7 @@ jobs: - name: 🦠 Run Mutation Tests run: | - mutmut run --no-progress --CI + mutmut run --CI mutmut html - name: 📤 Upload Mutation Test Report