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

add import statements to @theory declaration #107

Merged
merged 1 commit into from
Sep 21, 2023

add import statements to @theory declaration

9117faf
Select commit
Loading
Failed to load commit list.
Merged

add import statements to @theory declaration #107

add import statements to @theory declaration
9117faf
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Sep 21, 2023 in 1s

96.68% (target 95.00%)

View this Pull Request on Codecov

96.68% (target 95.00%)

Details

Codecov Report

Patch coverage: 86.20% and project coverage change: -0.17% ⚠️

Comparison is base (15cec29) 96.84% compared to head (9117faf) 96.68%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #107      +/-   ##
==========================================
- Coverage   96.84%   96.68%   -0.17%     
==========================================
  Files          26       27       +1     
  Lines        1458     1477      +19     
==========================================
+ Hits         1412     1428      +16     
- Misses         46       49       +3     
Files Changed Coverage Δ
src/stdlib/models/module.jl 100.00% <ø> (ø)
src/syntax/GATs.jl 95.61% <80.00%> (-0.49%) ⬇️
src/syntax/TheoryInterface.jl 96.42% <88.88%> (-1.45%) ⬇️
src/models/ModelInterface.jl 97.63% <100.00%> (ø)
src/stdlib/models/Arithmetic.jl 100.00% <100.00%> (ø)

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