aik099 / CodingStandard

The PHP_CodeSniffer coding standard I'm using on all of my projects
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Improve GitHub Actions workflow for Composer #106

Closed aik099 closed 2 years ago

aik099 commented 2 years ago

Improve GitHub Actions workflow with this:

  1. use dedicated GitHub Actions for Composer dependency install
  2. auto-cancel concurrent jobs if the subsequent commit is detected in a branch, where build hasn't finished yet
codecov[bot] commented 2 years ago

Codecov Report

Merging #106 (ae3288a) into master (ba57cd8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #106   +/-   ##
=========================================
  Coverage     98.06%   98.06%           
  Complexity      498      498           
=========================================
  Files            29       29           
  Lines          1811     1811           
=========================================
  Hits           1776     1776           
  Misses           35       35           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ba57cd8...ae3288a. Read the comment docs.