mirror of
https://github.com/shlinkio/shlink.git
synced 2026-08-05 18:57:05 -05:00
Added mutation score badge
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user