ramsey / conventional-commits

:yo_yo: A PHP library for creating and validating commit messages according to the Conventional Commits specification. Includes a CaptainHook plugin!
MIT License
182 stars 21 forks source link

chore: remove ramsey/devtools from dev dependencies #48

Closed ramsey closed 2 years ago

ramsey commented 2 years ago

Description

Motivation and context

How has this been tested?

Types of changes

PR checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #48 (94adadb) into main (1bc1edd) will decrease coverage by 0.10%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main      #48      +/-   ##
============================================
- Coverage     99.07%   98.97%   -0.11%     
+ Complexity      304      286      -18     
============================================
  Files            37       37              
  Lines           862      778      -84     
============================================
- Hits            854      770      -84     
  Misses            8        8              
Impacted Files Coverage Δ
src/CaptainHook/Output.php 100.00% <ø> (ø)
...onalCommits/Configuration/DefaultConfiguration.php 100.00% <ø> (ø)
...onventionalCommits/Console/Command/BaseCommand.php 100.00% <ø> (ø)
...onalCommits/Validator/RequiredFootersValidator.php 100.00% <ø> (ø)
src/CaptainHook/Input.php 100.00% <100.00%> (ø)
src/CaptainHook/PrepareConventionalCommit.php 100.00% <100.00%> (ø)
src/CaptainHook/ValidateConventionalCommit.php 100.00% <100.00%> (ø)
...c/ConventionalCommits/Configuration/FinderTool.php 100.00% <100.00%> (ø)
...ventionalCommits/Console/Command/ConfigCommand.php 100.00% <100.00%> (ø)
...entionalCommits/Console/Command/PrepareCommand.php 100.00% <100.00%> (ø)
... and 34 more