Text files should end with a valid new line character. 5
- Read doc
- Productivity
- Info
More information: https://insight.symfony.com/what-we-analyse/missing_e_o_l
- - name: PHP Infection
- run: vendor/bin/infection --skip-initial-tests --threads=64 --coverage=.build/coverage
- env:
- INFECTION_DASHBOARD_API_KEY: ${{ secrets.INFECTION_DASHBOARD_API_KEY }}
- /.php-cs-fixer.cache
- /composer.lock
- /vendor
- /.build
- /.phpunit.cache
- ````
- # .env
- GOOGLE_API_KEY=your_api_key_here
- ````
- "phpstan/extension-installer": true,
- "infection/extension-installer": true
- }
- }
- }
- </tr>
- {% endfor %}
- </table>
- {% endfor %}
- {% endblock %}
lsv