dingo-d / wp-pest

A package that will add WordPress integration test suite with Pest
MIT License
119 stars 5 forks source link

WIP Bedrock support #31

Open dingo-d opened 9 months ago

dingo-d commented 9 months ago

Description

Added support for Bedrock.

Still a WIP, as I'm still getting some errors when running the tests on Bedrock-type installs.

Also, need to update the changelog.

Closes #30

Checklist:

codecov[bot] commented 9 months ago

Codecov Report

Merging #31 (dbbc031) into develop (b1e8df6) will increase coverage by 0.02%. The diff coverage is 94.23%.

@@              Coverage Diff              @@
##             develop      #31      +/-   ##
=============================================
+ Coverage      88.70%   88.73%   +0.02%     
- Complexity        44       56      +12     
=============================================
  Files              1        1              
  Lines            186      222      +36     
=============================================
+ Hits             165      197      +32     
- Misses            21       25       +4     
Flag Coverage Δ
unittests 88.73% <94.23%> (+0.02%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/Command/InitCommand.php 88.73% <94.23%> (+0.02%) :arrow_up:

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!