Add support for @annotations
#1439
Draft
Codecov / codecov/project
succeeded
Aug 14, 2024 in 1s
89.48% (target 0.00%)
View this Pull Request on Codecov
89.48% (target 0.00%)
Details
Codecov Report
Attention: Patch coverage is 85.71429%
with 6 lines
in your changes missing coverage. Please review.
Project coverage is 89.48%. Comparing base (
7865be8
) to head (d14819d
).
Files | Patch % | Lines |
---|---|---|
src/frontend/Typechecker.ml | 62.50% | 3 Missing |
src/frontend/Environment.ml | 0.00% | 1 Missing |
src/middle/Program.ml | 66.66% | 1 Missing |
src/middle/Stmt.ml | 50.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## master #1439 +/- ##
==========================================
- Coverage 89.49% 89.48% -0.02%
==========================================
Files 63 65 +2
Lines 10618 10642 +24
==========================================
+ Hits 9503 9523 +20
- Misses 1115 1119 +4
Files | Coverage Δ | |
---|---|---|
src/analysis_and_optimization/Memory_patterns.ml | 88.77% <ø> (ø) |
|
src/analysis_and_optimization/Optimize.ml | 92.25% <100.00%> (ø) |
|
src/frontend/Annotations.ml | 100.00% <100.00%> (ø) |
|
src/frontend/Ast.ml | 70.90% <100.00%> (+0.24%) |
⬆️ |
src/frontend/Ast_to_Mir.ml | 94.15% <100.00%> (ø) |
|
src/frontend/Canonicalize.ml | 96.36% <100.00%> (ø) |
|
src/frontend/Pretty_printing.ml | 92.36% <100.00%> (+0.08%) |
⬆️ |
src/stan_math_backend/Annotations.ml | 100.00% <100.00%> (ø) |
|
src/stan_math_backend/Lower_functions.ml | 98.22% <ø> (ø) |
|
src/stan_math_backend/Lower_stmt.ml | 95.65% <100.00%> (ø) |
|
... and 6 more |
Loading