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: Doctest-Adapter #63

Merged
merged 2 commits into from
Oct 21, 2024
Merged

Feature: Doctest-Adapter #63

merged 2 commits into from
Oct 21, 2024

Conversation

DNKpp
Copy link
Owner

@DNKpp DNKpp commented Oct 21, 2024

No description provided.

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

codacy-production bot commented Oct 21, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (97e3081) 1090 1084 99.45%
Head commit (6a9b517) 2180 (+1090) 2168 (+1084) 99.45% (+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 (#63) 0 0 ∅ (not applicable)

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 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.22%. Comparing base (97e3081) to head (6a9b517).
Report is 2 commits behind head on development.

Additional details and impacted files
@@             Coverage Diff              @@
##           development      #63   +/-   ##
============================================
  Coverage        95.22%   95.22%           
============================================
  Files               15       15           
  Lines             1090     1090           
  Branches           341      341           
============================================
  Hits              1038     1038           
  Misses               6        6           
  Partials            46       46           

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

@coveralls
Copy link

coveralls commented Oct 21, 2024

Pull Request Test Coverage Report for Build 11441961665

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 99.45%

Totals Coverage Status
Change from base Build 11439611038: 0.0%
Covered Lines: 1084
Relevant Lines: 1090

💛 - Coveralls

@DNKpp DNKpp merged commit 6a9b517 into development Oct 21, 2024
58 of 59 checks passed
@DNKpp DNKpp deleted the dev/DoctestAdapter branch October 21, 2024 14:10
@DNKpp DNKpp linked an issue Oct 21, 2024 that may be closed by this pull request
5 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.

Create adapters for common test frameworks
2 participants