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: Make arg policies variadic #82

Merged
merged 48 commits into from
Dec 19, 2024
Merged

Conversation

DNKpp
Copy link
Owner

@DNKpp DNKpp commented Dec 17, 2024

No description provided.

@DNKpp DNKpp added the enhancement New feature or request label Dec 17, 2024
Copy link

codacy-production bot commented Dec 17, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.11% (target: -1.00%) 97.35%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (6a91271) 1075 1069 99.44%
Head commit (b5c3fcf) 2226 (+1151) 2216 (+1147) 99.55% (+0.11%)

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 (#82) 113 110 97.35%

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 Dec 17, 2024

Pull Request Test Coverage Report for Build 12407950417

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.1%) to 99.551%

Files with Coverage Reduction New Missed Lines %
__w/mimicpp/mimicpp/include/mimic++/Utility.hpp 1 92.31%
__w/mimicpp/mimicpp/include/mimic++/Expectation.hpp 1 99.17%
Totals Coverage Status
Change from base Build 12382650940: 0.1%
Covered Lines: 1108
Relevant Lines: 1113

💛 - Coveralls

Copy link

codecov bot commented Dec 17, 2024

Codecov Report

Attention: Patch coverage is 95.57522% with 5 lines in your changes missing coverage. Please review.

Project coverage is 96.58%. Comparing base (6a91271) to head (b5c3fcf).
Report is 48 commits behind head on development.

Files with missing lines Patch % Lines
include/mimic++/policies/FinalizerPolicies.hpp 89.47% 2 Missing ⚠️
include/mimic++/Matcher.hpp 66.66% 1 Missing ⚠️
include/mimic++/Utility.hpp 83.33% 1 Missing ⚠️
include/mimic++/policies/GeneralPolicies.hpp 90.00% 1 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##           development      #82      +/-   ##
===============================================
- Coverage        96.65%   96.58%   -0.07%     
===============================================
  Files               16       20       +4     
  Lines             1075     1113      +38     
  Branches           378      385       +7     
===============================================
+ Hits              1039     1075      +36     
- Misses               8       10       +2     
  Partials            28       28              

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

@DNKpp DNKpp force-pushed the dev/ExpectAllArgsPolicy branch from c9d9518 to 49ba2c6 Compare December 17, 2024 22:37
@DNKpp DNKpp linked an issue Dec 17, 2024 that may be closed by this pull request
33 tasks
DNKpp added 24 commits December 19, 2024 00:01
@DNKpp DNKpp merged commit b5c3fcf into development Dec 19, 2024
80 of 82 checks passed
@DNKpp DNKpp deleted the dev/ExpectAllArgsPolicy branch December 19, 2024 08:00
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