Added mutation score badge

This commit is contained in:
Alejandro Celaya
2021-12-05 08:55:05 +01:00
parent 4a4522dfa3
commit 7477e672fe
4 changed files with 13 additions and 11 deletions

View File

@@ -267,7 +267,12 @@ jobs:
- uses: actions/download-artifact@v2
with:
path: build
- run: composer infect:ci:${{ matrix.test-group }}
- if: ${{ matrix.test-group == 'unit' }}
run: composer infect:ci:unit
env:
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
- if: ${{ matrix.test-group == 'db' }}
run: composer infect:ci:db
upload-coverage:
needs: