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

Enhancement: Implement JsonPointer #2

Merged
merged 1 commit into from
Jan 28, 2022
Merged

Conversation

localheinz
Copy link
Member

This pull request

  • implements JsonPointer as a value object

@localheinz localheinz force-pushed the feature/json-pointer branch from 5a2edda to c607de8 Compare January 28, 2022 17:08
@codecov
Copy link

codecov bot commented Jan 28, 2022

Codecov Report

Merging #2 (a049694) into main (46547c2) will not change coverage.
The diff coverage is 100.00%.

❗ Current head a049694 differs from pull request most recent head c607de8. Consider uploading reports for the commit c607de8 to get more accurate results
Impacted file tree graph

@@             Coverage Diff             @@
##                main        #2   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity        11        19    +8     
===========================================
  Files              2         4    +2     
  Lines             32        53   +21     
===========================================
+ Hits              32        53   +21     
Impacted Files Coverage Δ
src/Exception/InvalidJsonPointer.php 100.00% <100.00%> (ø)
src/JsonPointer.php 100.00% <100.00%> (ø)

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 46547c2...c607de8. Read the comment docs.

@localheinz localheinz merged commit 4eedd89 into main Jan 28, 2022
@localheinz localheinz deleted the feature/json-pointer branch January 28, 2022 17:09
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.

2 participants