Skip to content

Commit 6e7adff

Browse files
committed
don't check rate if no tests executed
1 parent c56030e commit 6e7adff

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Diff for: .github/workflows/ci.yml

+8-4
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@ jobs:
268268
- name: Install mutation testing dependencies
269269
if: ${{ matrix.mutation == 'true' }}
270270
run: |
271-
pip install https://github.com/sixty-north/cosmic-ray/archive/master.zip
271+
#pip install https://github.com/sixty-north/cosmic-ray/archive/master.zip
272+
pip install https://github.com/tomato42/cosmic-ray/archive/no-executed.zip
272273
pip install pytest-timeout
273274
- name: Display installed python package versions
274275
run: pip list
@@ -417,7 +418,8 @@ jobs:
417418
key: sessions-${{ github.sha }}
418419
- name: Install cosmic-ray
419420
run: |
420-
pip3 install https://github.com/sixty-north/cosmic-ray/archive/master.zip
421+
#pip3 install https://github.com/sixty-north/cosmic-ray/archive/master.zip
422+
pip3 install https://github.com/tomato42/cosmic-ray/archive/no-executed.zip
421423
pip install pytest-timeout
422424
- name: Install dependencies
423425
run: |
@@ -493,7 +495,8 @@ jobs:
493495
- name: Install build dependencies
494496
run: |
495497
pip install -r build-requirements.txt
496-
pip install https://github.com/sixty-north/cosmic-ray/archive/master.zip
498+
#pip install https://github.com/sixty-north/cosmic-ray/archive/master.zip
499+
pip install https://github.com/tomato42/cosmic-ray/archive/no-executed.zip
497500
pip install pytest-timeout
498501
- name: Run mutation testing
499502
run: |
@@ -641,7 +644,8 @@ jobs:
641644
key: sessions-${{ github.sha }}-19-done
642645
- name: Install cosmic-ray
643646
run: |
644-
pip3 install https://github.com/sixty-north/cosmic-ray/archive/master.zip
647+
#pip3 install https://github.com/sixty-north/cosmic-ray/archive/master.zip
648+
pip3 install https://github.com/tomato42/cosmic-ray/archive/no-executed.zip
645649
pip install pytest-timeout
646650
- name: Install dependencies
647651
run: |

0 commit comments

Comments
 (0)