Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Setup #1

Merged
merged 15 commits into from
Feb 17, 2022
Merged

Initial Setup #1

merged 15 commits into from
Feb 17, 2022

Conversation

gsteel
Copy link
Owner

@gsteel gsteel commented Feb 17, 2022

This initial pull is just to get some basics sorted. CI is going to fail loudly.

  • Drop PHP < 7.4
  • Clean up dot files
  • Add CI Workflows for GitHub Actions
  • Initial Setup for a decent coding standard
  • Setup Psalm for static analysis
  • Move/Remove legacy integration tests
  • Upgrade PHPUnit to the latest version
  • Fix up composer and provide deps to switch from Guzzle to PSR-18 and PSR-17 clients and factories

Moves all existing integration tests into a Legacy namespace so they can be easily grouped and excluded as getting these tests to run is never likely to happen.
- Drop PHP versions prior to 7.4
- Setup initial dev dependencies
- Declare json extension
- Declare psr/http-client
- Fix autoload configuration
- Setup scripts
- Add lockfile to git
@codecov
Copy link

codecov bot commented Feb 17, 2022

Codecov Report

❗ No coverage uploaded for pull request base (main@b988adc). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##             main      #1   +/-   ##
======================================
  Coverage        ?   5.63%           
  Complexity      ?     221           
======================================
  Files           ?      17           
  Lines           ?     781           
  Branches        ?       0           
======================================
  Hits            ?      44           
  Misses          ?     737           
  Partials        ?       0           

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 b988adc...6b4705d. Read the comment docs.

@gsteel gsteel merged commit 73b79a7 into main Feb 17, 2022
@gsteel gsteel deleted the modernise branch February 17, 2022 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant