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

misc: Revamp exception hierarchy #2500

Merged
merged 11 commits into from
Dec 23, 2024

compiler: Add AbstractFunction.is_persistent

76651c8
Select commit
Loading
Failed to load commit list.
Merged

misc: Revamp exception hierarchy #2500

compiler: Add AbstractFunction.is_persistent
76651c8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 23, 2024 in 1s

87.27% (target 1.00%)

View this Pull Request on Codecov

87.27% (target 1.00%)

Details

Codecov Report

Attention: Patch coverage is 55.26316% with 17 lines in your changes missing coverage. Please review.

Project coverage is 87.27%. Comparing base (c04071a) to head (76651c8).

Files with missing lines Patch % Lines
devito/operator/operator.py 54.54% 5 Missing ⚠️
devito/core/operator.py 20.00% 4 Missing ⚠️
devito/builtins/utils.py 0.00% 1 Missing ⚠️
devito/ir/clusters/algorithms.py 50.00% 1 Missing ⚠️
devito/ir/iet/visitors.py 50.00% 1 Missing ⚠️
devito/passes/clusters/aliases.py 50.00% 1 Missing ⚠️
devito/passes/clusters/buffering.py 66.66% 1 Missing ⚠️
devito/passes/iet/orchestration.py 50.00% 1 Missing ⚠️
devito/types/basic.py 66.66% 1 Missing ⚠️
devito/types/dense.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2500      +/-   ##
==========================================
- Coverage   87.28%   87.27%   -0.01%     
==========================================
  Files         238      238              
  Lines       45683    45686       +3     
  Branches     4052     4057       +5     
==========================================
- Hits        39874    39873       -1     
- Misses       5123     5127       +4     
  Partials      686      686              

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