We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bc0c5 commit e16173bCopy full SHA for e16173b
.github/workflows/ci.yml
@@ -655,7 +655,7 @@ jobs:
655
path: cosmic-ray.html
656
- name: Get mutation score
657
run: |
658
- echo "print(100-$(cr-rate session.sqlite))" > print-score.py
+ echo "print('{0:.2f}'.format(100-$(cr-rate session.sqlite)))" > print-score.py
659
echo "MUT_SCORE=$(python print-score.py)" >> $GITHUB_ENV
660
- name: Create mutation score badge
661
if: ${{ !github.event.pull_request }}
0 commit comments