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: matches::range::(each|any)_element #67

Merged
merged 5 commits into from
Oct 25, 2024

Conversation

DNKpp
Copy link
Owner

@DNKpp DNKpp commented Oct 24, 2024

No description provided.

@DNKpp DNKpp added the enhancement New feature or request label Oct 24, 2024
Copy link

codacy-production bot commented Oct 24, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.01% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (b532a52) 2252 2240 99.47%
Head commit (ccfff4a) 2280 (+28) 2268 (+28) 99.47% (+0.01%)

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 (#67) 13 13 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

Copy link

codecov bot commented Oct 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.10%. Comparing base (b532a52) to head (ccfff4a).
Report is 5 commits behind head on development.

Additional details and impacted files
@@               Coverage Diff               @@
##           development      #67      +/-   ##
===============================================
+ Coverage        97.06%   97.10%   +0.03%     
===============================================
  Files               15       15              
  Lines             1126     1140      +14     
  Branches           366      369       +3     
===============================================
+ Hits              1093     1107      +14     
  Misses               6        6              
  Partials            27       27              

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

@coveralls
Copy link

coveralls commented Oct 24, 2024

Pull Request Test Coverage Report for Build 11519074756

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.007%) to 99.474%

Totals Coverage Status
Change from base Build 11504064963: 0.007%
Covered Lines: 1134
Relevant Lines: 1140

💛 - Coveralls

@DNKpp DNKpp changed the title Feature: matches::range::elements Feature: matches::range::(each|any)_element Oct 25, 2024
@DNKpp DNKpp merged commit ccfff4a into development Oct 25, 2024
68 checks passed
@DNKpp DNKpp deleted the dev/RangeElementsMatcher branch October 25, 2024 14:01
@DNKpp DNKpp linked an issue Oct 25, 2024 that may be closed by this pull request
31 tasks
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