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: Floating-point matchers #89

Merged
merged 13 commits into from
Jan 9, 2025
Merged

Conversation

DNKpp
Copy link
Owner

@DNKpp DNKpp commented Jan 2, 2025

No description provided.

@DNKpp DNKpp added the enhancement New feature or request label Jan 2, 2025
Copy link

codacy-production bot commented Jan 2, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (fb3595b) 1231 1229 99.84%
Head commit (79ef3c2) 1256 (+25) 1254 (+25) 99.84% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#89) 47 47 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

@coveralls
Copy link

coveralls commented Jan 2, 2025

Pull Request Test Coverage Report for Build 12697988979

Details

  • 47 of 47 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.003%) to 99.841%

Totals Coverage Status
Change from base Build 12680246320: 0.003%
Covered Lines: 1254
Relevant Lines: 1256

💛 - Coveralls

Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.81%. Comparing base (fb3595b) to head (79ef3c2).
Report is 14 commits behind head on development.

Additional details and impacted files
@@               Coverage Diff               @@
##           development      #89      +/-   ##
===============================================
+ Coverage        96.75%   96.81%   +0.06%     
===============================================
  Files               24       24              
  Lines             1231     1256      +25     
  Branches           430      418      -12     
===============================================
+ Hits              1191     1216      +25     
  Misses               7        7              
  Partials            33       33              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@DNKpp DNKpp force-pushed the dev/FloatingPointMatcher branch 3 times, most recently from 851ca79 to 7182032 Compare January 7, 2025 22:42
@DNKpp DNKpp linked an issue Jan 8, 2025 that may be closed by this pull request
33 tasks
@DNKpp DNKpp force-pushed the dev/FloatingPointMatcher branch from 7182032 to c41ef39 Compare January 8, 2025 22:37
@DNKpp DNKpp merged commit 79ef3c2 into development Jan 9, 2025
32 checks passed
@DNKpp DNKpp deleted the dev/FloatingPointMatcher branch January 9, 2025 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Matchers
2 participants