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

4.0.0 beta #60

Merged
merged 44 commits into from
Jan 8, 2021
Merged

4.0.0 beta #60

merged 44 commits into from
Jan 8, 2021

Conversation

RobDWaller
Copy link
Owner

  • Fixed Namespacing.
  • Improved types and doc types.
  • Tidied up and got integration tests working.
  • Got CI Pipeline working with PHP 7.4 and 8.0
  • Bumped PHPStan strictness from 7 to 8.
  • Created separate Unit and Integration test suites.
  • Got benchmark tests working.

…ng integration tests in BuildValidateTest class.
@codecov
Copy link

codecov bot commented Jan 2, 2021

Codecov Report

Merging #60 (dd32f58) into 4.0.0 (a036105) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##               4.0.0       #60   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       111       124   +13     
===========================================
  Files             10        14    +4     
  Lines            288       345   +57     
===========================================
+ Hits             288       345   +57     
Impacted Files Coverage Δ Complexity Δ
src/Helper/JsonEncoder.php 100.00% <ø> (ø) 2.00 <0.00> (ø)
src/Jwt.php 100.00% <ø> (ø) 3.00 <0.00> (ø)
src/Parsed.php 100.00% <ø> (ø) 19.00 <0.00> (ø)
src/Secret.php 100.00% <ø> (ø) 2.00 <0.00> (ø)
src/Build.php 100.00% <100.00%> (ø) 22.00 <17.00> (ø)
src/Decoders/DecodeHs256.php 100.00% <100.00%> (ø) 2.00 <2.00> (?)
src/Encoders/EncodeHs256.php 100.00% <100.00%> (ø) 6.00 <6.00> (?)
src/Helper/Base64.php 100.00% <100.00%> (ø) 4.00 <4.00> (?)
src/Helper/Validator.php 100.00% <100.00%> (ø) 7.00 <7.00> (?)
src/Parse.php 100.00% <100.00%> (ø) 18.00 <14.00> (-10.00)
... and 10 more

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 96b1deb...dd32f58. Read the comment docs.

@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 6, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@RobDWaller RobDWaller marked this pull request as ready for review January 6, 2021 10:57
@RobDWaller
Copy link
Owner Author

TODO: Add BuildValidate Benchmark Test

@RobDWaller
Copy link
Owner Author

TODO: Tokens integration tests.

@RobDWaller RobDWaller merged commit bfb8f96 into 4.0.0 Jan 8, 2021
@RobDWaller RobDWaller deleted the 4.0.0-beta branch February 1, 2021 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant