speed up mutmut

This commit is contained in:
thePR0M3TH3AN
2025-07-01 16:09:08 -04:00
parent 1ecefbcdc2
commit d3264d231c

View File

@@ -81,9 +81,9 @@ jobs:
pytest ${STRESS_ARGS} --cov=src --cov-report=xml --cov-report=term-missing \ pytest ${STRESS_ARGS} --cov=src --cov-report=xml --cov-report=term-missing \
--cov-fail-under=20 src/tests --cov-fail-under=20 src/tests
- name: Run mutation tests - name: Run mutation tests
if: github.event_name == 'push' if: github.event_name == 'push' && runner.os == 'Linux'
run: | run: |
python -m mutmut run --paths-to-mutate src --tests-dir src/tests --runner "python -m pytest -q" python -m mutmut run --paths-to-mutate src --tests-dir src/tests --runner "python -m pytest -q" --use-coverage --no-progress
python -m mutmut results python -m mutmut results
- name: Upload coverage report - name: Upload coverage report
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4