fcs-proj / FastCaloSim

An experiment-independent library for fast calorimeter simulation
Apache License 2.0
2 stars 0 forks source link

Remove unit tests from sources #29

Closed jbeirer closed 3 months ago

jbeirer commented 3 months ago

This pull requests removes legacy unit tests that are in the FastCaloSim sources and just clutter the core code. In the future, we can move some of the functionality to the CI tests, but most of this is anyway now tested through the simulation tests.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 35.08%. Comparing base (a98883a) to head (3f2af7a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #29 +/- ## ========================================== + Coverage 31.68% 35.08% +3.39% ========================================== Files 218 218 Lines 11709 10575 -1134 Branches 1669 1536 -133 ========================================== Hits 3710 3710 + Misses 7999 6865 -1134 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.