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

Feature/json handler consumer factory #148

Merged
merged 10 commits into from
Apr 8, 2020

Conversation

oskarjerzyk
Copy link
Contributor

@oskarjerzyk oskarjerzyk commented Mar 31, 2020

Description

Fixes #134.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

I hereby agree to the terms of the Knot.x Contributor License Agreement.

@codecov
Copy link

codecov bot commented Mar 31, 2020

Codecov Report

Merging #148 into master will increase coverage by 0.16%.
The diff coverage is 98.30%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #148      +/-   ##
============================================
+ Coverage     91.61%   91.78%   +0.16%     
- Complexity     1530     1543      +13     
============================================
  Files           144      144              
  Lines          6287     6387     +100     
  Branches        170      172       +2     
============================================
+ Hits           5760     5862     +102     
+ Misses          435      432       -3     
- Partials         92       93       +1     
Impacted Files Coverage Δ Complexity Δ
...gments/handler/consumer/EventLogConverterTest.java 100.00% <ø> (ø) 15.00 <0.00> (ø)
...gments/handler/consumer/MetadataConverterTest.java 100.00% <ø> (ø) 35.00 <0.00> (ø)
...umer/json/JsonFragmentsHandlerConsumerFactory.java 94.11% <93.93%> (+94.11%) 6.00 <5.00> (+6.00)
...r/consumer/html/FragmentHtmlBodyWriterFactory.java 96.96% <100.00%> (-0.09%) 6.00 <2.00> (ø)
...nsumer/html/FragmentHtmlBodyWriterFactoryTest.java 100.00% <100.00%> (ø) 10.00 <0.00> (ø)
.../json/JsonFragmentsHandlerConsumerFactoryTest.java 100.00% <100.00%> (+100.00%) 7.00 <6.00> (+7.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 15f3f34...fb56b3a. Read the comment docs.

@tomaszmichalak
Copy link
Member

Please create/update README :)

@tomaszmichalak tomaszmichalak force-pushed the feature/json-handler-consumer-factory branch from feda2ae to fb56b3a Compare April 8, 2020 20:04
@tomaszmichalak tomaszmichalak merged commit 13a7c74 into master Apr 8, 2020
@tomaszmichalak tomaszmichalak deleted the feature/json-handler-consumer-factory branch April 8, 2020 20:06
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.

Expose debug data for JSON responses
3 participants