villano-lab / nrCascadeSim

calculating the NR spectrum resulting from neutron-capture cascades.
MIT License
0 stars 1 forks source link

check coverage with CMake #95

Closed villaa closed 2 years ago

villaa commented 2 years ago

Make sure that the coverage files are being generated correctly and uploaded correctly now that we've moved over to the. CMake build system.

Does your pull request resolve or partially resolve an issue? Yes

If Yes, which issue?

94 and #93

Does your pull request implement code improvements? No.

Does your pull request implement any breaking changes? No.

If breaking changes are implemented, please describe:

Testing:
This pull request: [ ] Alters the existing CI in some way. [ ] Adds a new step to the CI. [ x] Does not introduce any features that the CI could not already test. [ ] Is not accompanied by necessary CI changes due to some limitation described below. (Please also describe how new features can be manually tested.)

See the README.md file in the nrCascadeSim/tests directory for more instructions on how to make tests.

codecov-commenter commented 2 years ago

Codecov Report

Merging #95 (be83bd0) into develop (c348b4f) will increase coverage by 82.57%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop      #95       +/-   ##
============================================
+ Coverage         0   82.57%   +82.57%     
============================================
  Files            0       13       +13     
  Lines            0     1245     +1245     
============================================
+ Hits             0     1028     +1028     
- Misses           0      217      +217     
Impacted Files Coverage Δ
src/edepmath.cpp 48.64% <0.00%> (ø)
tests/bin/fetchYieldModel.cpp 100.00% <0.00%> (ø)
tests/bin/realizeAndSave.cpp 100.00% <0.00%> (ø)
tests/bin/readLevelfile.cpp 100.00% <0.00%> (ø)
bin/regexPlayground.cpp 62.50% <0.00%> (ø)
src/rootUtil.cpp 100.00% <0.00%> (ø)
src/lindhard.cpp 82.02% <0.00%> (ø)
src/weisskopf.cpp 100.00% <0.00%> (ø)
inc/cascadeProd.h 100.00% <0.00%> (ø)
bin/realizeCascades.cpp 54.09% <0.00%> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c348b4f...be83bd0. Read the comment docs.