JuliaHEP / UnROOT.jl

Native Julia I/O package to work with CERN ROOT files objects (TTree and RNTuple)
https://juliahep.github.io/UnROOT.jl/
MIT License
97 stars 17 forks source link

Add tests for TH3D #339

Closed tamasgal closed 4 months ago

tamasgal commented 4 months ago

Technically just one difference to TH3F (Vector{Float32} vs. Vector{Float64}) which is already tested but I could not sleep well last night.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 84.16%. Comparing base (a6c0d4b) to head (9c875ec).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #339 +/- ## ========================================== + Coverage 84.12% 84.16% +0.03% ========================================== Files 19 19 Lines 2564 2564 ========================================== + Hits 2157 2158 +1 + Misses 407 406 -1 ```

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