mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-07 14:58:56 +00:00
Fix mutmut usage in CI
This commit is contained in:
4
.github/workflows/python-ci.yml
vendored
4
.github/workflows/python-ci.yml
vendored
@@ -83,8 +83,8 @@ jobs:
|
|||||||
- name: Run mutation tests
|
- name: Run mutation tests
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
run: |
|
run: |
|
||||||
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"
|
||||||
mutmut results
|
python -m mutmut results
|
||||||
- name: Upload coverage report
|
- name: Upload coverage report
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user