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

Replace Bounded with Min & Max #482

Merged
merged 2 commits into from
Apr 19, 2018
Merged

Replace Bounded with Min & Max #482

merged 2 commits into from
Apr 19, 2018

Conversation

fthomas
Copy link
Owner

@fthomas fthomas commented Apr 18, 2018

This replaces Bounded in the scalacheck module with Min and Max
from the core module. This is similar to #393 but just modifies the
implicit parameters of the current instances.

This replaces `Bounded` in the scalacheck module with `Min` and `Max`
from the core module. This is similar to #393 but just modifies the
implicit parameters of the current instances.
@codecov
Copy link

codecov bot commented Apr 18, 2018

Codecov Report

Merging #482 into master will decrease coverage by 2.38%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #482      +/-   ##
==========================================
- Coverage   95.63%   93.25%   -2.39%     
==========================================
  Files          61       61              
  Lines         688      697       +9     
  Branches       12       10       -2     
==========================================
- Hits          658      650       -8     
- Misses         30       47      +17
Impacted Files Coverage Δ
.../eu/timepit/refined/scalacheck/util/Adjacent.scala 0% <ø> (ø) ⬆️
...a/eu/timepit/refined/scalacheck/util/Bounded.scala 0% <ø> (-100%) ⬇️
.../scala/eu/timepit/refined/scalacheck/numeric.scala 100% <100%> (ø) ⬆️

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 d1178ba...77b71a4. Read the comment docs.

@fthomas fthomas merged commit 1f72cae into master Apr 19, 2018
@fthomas fthomas deleted the topic/replace-bounded branch April 19, 2018 19:54
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.

1 participant