Skip to content

Add codecov upload #269

Add codecov upload

Add codecov upload #269

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
name: PHP Analysis
jobs:
Analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run phpstan
run: vendor/bin/phpstan analyze
- name: Run ecs
run: vendor/bin/ecs check