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

Multiple Inheritance #43

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

fix all the tests

692b95b
Select commit
Loading
Failed to load commit list.
Open

Multiple Inheritance #43

fix all the tests
692b95b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 3, 2024 in 1s

74.23% (-10.89%) compared to 071d44f

View this Pull Request on Codecov

74.23% (-10.89%) compared to 071d44f

Details

Codecov Report

Attention: Patch coverage is 34.54545% with 36 lines in your changes are missing coverage. Please review.

Project coverage is 74.23%. Comparing base (071d44f) to head (692b95b).

Files Patch % Lines
src/interface.jl 27.58% 21 Missing ⚠️
src/implements.jl 35.00% 13 Missing ⚠️
src/test.jl 66.66% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main      #43       +/-   ##
===========================================
- Coverage   85.11%   74.23%   -10.89%     
===========================================
  Files           5        5               
  Lines         215      260       +45     
===========================================
+ Hits          183      193       +10     
- Misses         32       67       +35     

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