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

Initial code generation for NEURON #1078

Merged
merged 54 commits into from
Nov 29, 2023

Merge remote-tracking branch 'origin/master' into neuron_nmodl_2

f3f041d
Select commit
Loading
Failed to load commit list.
Merged

Initial code generation for NEURON #1078

Merge remote-tracking branch 'origin/master' into neuron_nmodl_2
f3f041d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 29, 2023 in 0s

88.18% (-0.50%) compared to 11ec824

View this Pull Request on Codecov

88.18% (-0.50%) compared to 11ec824

Details

Codecov Report

Attention: 113 lines in your changes are missing coverage. Please review.

Comparison is base (11ec824) 88.67% compared to head (f3f041d) 88.18%.

Files Patch % Lines
src/codegen/codegen_neuron_cpp_visitor.cpp 65.64% 101 Missing ⚠️
src/main.cpp 52.94% 8 Missing ⚠️
src/codegen/codegen_neuron_cpp_visitor.hpp 50.00% 2 Missing ⚠️
src/codegen/codegen_acc_visitor.cpp 0.00% 1 Missing ⚠️
src/codegen/codegen_acc_visitor.hpp 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1078      +/-   ##
==========================================
- Coverage   88.67%   88.18%   -0.50%     
==========================================
  Files         170      175       +5     
  Lines       12540    12903     +363     
==========================================
+ Hits        11120    11378     +258     
- Misses       1420     1525     +105     

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