opendp / opendp

The core library of differential privacy algorithms powering the OpenDP Project.
https://opendp.org
MIT License
324 stars 51 forks source link

python test coverage on CI is missing lines that are covered locally? #1616

Open mccalluc opened 5 months ago

mccalluc commented 5 months ago

huh: 3.12 on CI is also missing some lines -- not sure why I get more coverage locally.

Name                     Stmts   Miss  Cover   Missing
------------------------------------------------------
src/opendp/_convert.py     348      2    99%   197, 247
src/opendp/_lib.py         143      5    97%   108, 117-118, 134, 146

For now, I'll just add ignores so we can get CI passing.

Originally posted by @mccalluc in https://github.com/opendp/opendp/issues/1615#issuecomment-2113612187