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

Implement API Resolved Document & Link URLs #91

Merged
merged 8 commits into from
Jan 20, 2022
Merged

Conversation

gsteel
Copy link
Member

@gsteel gsteel commented Jan 8, 2022

Fixes #88

@codecov
Copy link

codecov bot commented Jan 8, 2022

Codecov Report

Merging #91 (4b7ae32) into 2.0.x (c529098) will increase coverage by 0.43%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##              2.0.x      #91      +/-   ##
============================================
+ Coverage     93.93%   94.37%   +0.43%     
- Complexity      665      674       +9     
============================================
  Files            51       52       +1     
  Lines          1765     1796      +31     
============================================
+ Hits           1658     1695      +37     
+ Misses          107      101       -6     
Impacted Files Coverage Δ
src/DefaultLinkResolver.php 100.00% <100.00%> (+16.66%) ⬆️
src/Document/DocumentDataConsumer.php 100.00% <100.00%> (ø)
src/Document/Fragment/DocumentLink.php 100.00% <100.00%> (+5.40%) ⬆️
src/Document/Fragment/Factory.php 100.00% <100.00%> (+1.96%) ⬆️
src/Query.php 100.00% <100.00%> (ø)
src/Value/DocumentData.php 100.00% <100.00%> (ø)
src/Value/FormSpec.php 91.66% <100.00%> (+0.55%) ⬆️
src/Value/RouteResolverSpec.php 100.00% <100.00%> (ø)
... and 1 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 c529098...4b7ae32. Read the comment docs.

@gsteel gsteel changed the base branch from main to 2.0.x January 8, 2022 12:55
@gsteel gsteel added this to the 2.0.0 milestone Jan 8, 2022
@gsteel gsteel merged commit 08a2b94 into 2.0.x Jan 20, 2022
@gsteel gsteel deleted the feature/api-routes branch January 20, 2022 14:32
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.

"routers" parameter for queries
1 participant