villano-lab / nrCascadeSim

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

add .gcda and .gcno files to be cleaned with CMake scrub target #99

Closed villaa closed 2 years ago

villaa commented 2 years ago

Used this example to explicitly remove the .gcda and .gcno code coverage files with the make scrub target. The make scrub begins with a make clean and then removes all the above files too.

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

If Yes, which issue?

84

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.)

codecov-commenter commented 2 years ago

Codecov Report

Merging #99 (6788ca2) into develop (b916ea2) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #99   +/-   ##
========================================
  Coverage    82.57%   82.57%           
========================================
  Files           13       13           
  Lines         1245     1245           
========================================
  Hits          1028     1028           
  Misses         217      217           

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 b916ea2...6788ca2. Read the comment docs.