Skip to content

Commit

Permalink
Report results
Browse files Browse the repository at this point in the history
  • Loading branch information
WillGibson committed Nov 20, 2024
1 parent c1ee6ae commit 58261f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
# Todo: Drop the --force, it just here for easy local copy and paste
poetry run cosmic-ray init cosmic-ray.toml cosmic-ray.sqlite --force
echo "Initialised"
poetry run cosmic-ray --verbosity INFO exec cosmic-ray.toml cosmic-ray.sqlite
cr-report cosmic-ray.sqlite
# poetry run cosmic-ray --verbosity INFO exec cosmic-ray.toml cosmic-ray.sqlite
- name: Report results
run: poetry run cr-report cosmic-ray.sqlite
env:
PYTHON_VERSION: ${{ matrix.python-version }}

0 comments on commit 58261f9

Please sign in to comment.