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: extend matchers #6

Merged
merged 31 commits into from
Apr 29, 2024
Merged

Feature: extend matchers #6

merged 31 commits into from
Apr 29, 2024

Conversation

DNKpp
Copy link
Owner

@DNKpp DNKpp commented Apr 28, 2024

No description provided.

@DNKpp DNKpp linked an issue Apr 28, 2024 that may be closed by this pull request
33 tasks
Copy link

codacy-production bot commented Apr 28, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.22% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (dede595) 529 506 95.65%
Head commit (9a5231d) 1162 (+633) 1114 (+608) 95.87% (+0.22%)

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 (#6) 101 101 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 will stop sending the deprecated coverage status from June 5th, 2024. Learn more

Copy link

codecov bot commented Apr 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.84%. Comparing base (dede595) to head (9a5231d).

Additional details and impacted files
@@               Coverage Diff               @@
##           development       #6      +/-   ##
===============================================
+ Coverage        93.36%   93.84%   +0.48%     
===============================================
  Files                8        8              
  Lines              497      552      +55     
  Branches            66       88      +22     
===============================================
+ Hits               464      518      +54     
- Misses              23       24       +1     
  Partials            10       10              

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

@coveralls
Copy link

coveralls commented Apr 28, 2024

Pull Request Test Coverage Report for Build 8883837643

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 9 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.2%) to 95.869%

Files with Coverage Reduction New Missed Lines %
__w/mimicpp/mimicpp/include/mimic++/ExpectationPolicies.hpp 9 91.39%
Totals Coverage Status
Change from base Build 8866551731: 0.2%
Covered Lines: 557
Relevant Lines: 581

💛 - Coveralls

@DNKpp DNKpp merged commit 9a5231d into development Apr 29, 2024
48 checks passed
@DNKpp DNKpp deleted the dev/Matcher branch April 29, 2024 23:05
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.

Matchers
2 participants