Skip to content

chore: Normalize line endings using .gitattributes #149

chore: Normalize line endings using .gitattributes

chore: Normalize line endings using .gitattributes #149

Workflow file for this run

name: Workflow for Codecov
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up php 8.2
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
extensions: mbstring, xml, zip, pdo_mysql, xhprof
- name: Install dependencies
run: composer self-update && composer install && composer dump-autoload
- name: Run tests and collect coverage
run: vendor/bin/phpunit
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: MarjovanLier/StringManipulation