JuliaPhysics / Measurements.jl

Error propagation calculator and library for physical measurements. It supports real and complex numbers with uncertainty, arbitrary precision calculations, operations with arrays, and numerical integration.
https://juliaphysics.github.io/Measurements.jl/stable/
MIT License
487 stars 37 forks source link

add value(::Missing) & uncertainty(::Missing) #127

Closed Eben60 closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #127 (1696d70) into master (dc99187) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #127      +/-   ##
==========================================
+ Coverage   95.56%   95.57%   +0.01%     
==========================================
  Files          13       13              
  Lines         744      746       +2     
==========================================
+ Hits          711      713       +2     
  Misses         33       33              
Impacted Files Coverage Δ
src/utils.jl 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

giordano commented 2 years ago

Thanks!