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: Use PHP_FLOAT_EPSILON #23

Merged
merged 1 commit into from Jan 24, 2022
Merged

Enhancement: Use PHP_FLOAT_EPSILON #23

merged 1 commit into from Jan 24, 2022

Conversation

localheinz
Copy link
Member

This pull request

  • uses PHP_FLOAT_EPSILON in the FloatProvider

Follows sebastianbergmann/phpunit#4874.

h/t @marijnvanwezel

@codecov
Copy link

codecov bot commented Jan 24, 2022

Codecov Report

Merging #23 (128106b) into main (053949b) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##               main      #23   +/-   ##
=========================================
  Coverage     96.77%   96.77%           
  Complexity       45       45           
=========================================
  Files             9        9           
  Lines           186      186           
=========================================
  Hits            180      180           
  Misses            6        6           
Impacted Files Coverage Δ
src/FloatProvider.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 053949b...128106b. Read the comment docs.

@localheinz localheinz merged commit 1f6fb03 into main Jan 24, 2022
@localheinz localheinz deleted the feature/constant branch January 24, 2022 08:59
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.

None yet

2 participants