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

specify supertype in interface macro #31

Merged
merged 3 commits into from
Oct 22, 2023
Merged

specify supertype in interface macro #31

merged 3 commits into from
Oct 22, 2023

Conversation

rafaqz
Copy link
Owner

@rafaqz rafaqz commented Oct 19, 2023

Closes #26

@codecov-commenter
Copy link

codecov-commenter commented Oct 19, 2023

Codecov Report

Merging #31 (15c5f20) into main (262a4ff) will increase coverage by 0.19%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
+ Coverage   86.01%   86.20%   +0.19%     
==========================================
  Files           5        5              
  Lines         143      145       +2     
==========================================
+ Hits          123      125       +2     
  Misses         20       20              
Files Coverage Δ
src/implements.jl 75.00% <ø> (ø)
src/interface.jl 77.77% <100.00%> (+2.77%) ⬆️
src/test.jl 87.37% <100.00%> (+0.12%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rafaqz rafaqz merged commit b23bfa5 into main Oct 22, 2023
@rafaqz rafaqz deleted the specify_type branch October 22, 2023 20:57
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.

Include the required supertype in interface declarations
2 participants