Skip to content

(Changed) Upgrade Psalm static analysis tool to v5.23.0 #159

(Changed) Upgrade Psalm static analysis tool to v5.23.0

(Changed) Upgrade Psalm static analysis tool to v5.23.0 #159

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/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: MarjovanLier/StringManipulation