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

Adds the code for creating case classes from rows #103

Merged
merged 3 commits into from
Oct 24, 2017

Conversation

fedefernandez
Copy link
Contributor

@fedefernandez fedefernandez commented Oct 23, 2017

Fixes #101
Fixes #100

@codecov-io
Copy link

codecov-io commented Oct 23, 2017

Codecov Report

Merging #103 into master will decrease coverage by 3.47%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
- Coverage   84.35%   80.88%   -3.48%     
==========================================
  Files          22       24       +2     
  Lines         441      476      +35     
==========================================
+ Hits          372      385      +13     
- Misses         69       91      +22
Impacted Files Coverage Δ
...src/main/scala/query/mapper/ByteBufferMapper.scala 100% <ø> (ø)
...rc/main/scala/query/mapper/FieldToByteBuffer.scala 100% <100%> (ø)
core/src/main/scala/query/FieldLister.scala 100% <100%> (ø)
...rc/main/scala/query/mapper/ByteBufferToField.scala 100% <100%> (ø)
core/src/main/scala/query/query.scala 100% <100%> (ø) ⬆️
core/src/main/scala/config/model.scala 93.75% <0%> (-6.25%) ⬇️
core/src/main/scala/handlers/implicits.scala 8.06% <0%> (-3.3%) ⬇️
...re/src/main/scala/query/interpolator/package.scala 100% <0%> (ø) ⬆️
... and 2 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 4bd7631...c4ed44a. Read the comment docs.

Copy link

@FPerezP FPerezP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FPerezP FPerezP merged commit 3f86761 into master Oct 24, 2017
@FPerezP FPerezP deleted the ff-issue-101-case-class-from-row branch October 24, 2017 09:15
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.

None yet

3 participants