mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 07:18:47 +00:00
speed up mutmut
This commit is contained in:
4
.github/workflows/python-ci.yml
vendored
4
.github/workflows/python-ci.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user