JuliaCrypto / SEAL.jl

SEAL.jl is an easy-to-use wrapper for the original SEAL library and supports homomorphic encryption with the BFV and CKKS schemes.
https://juliacrypto.github.io/SEAL.jl/stable
MIT License
15 stars 3 forks source link

Try to fix failing CI test on macOS #14

Closed sloede closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #14 (b2957e4) into main (568988b) will increase coverage by 0.08%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   98.27%   98.36%   +0.08%     
==========================================
  Files          20       20              
  Lines         639      673      +34     
==========================================
+ Hits          628      662      +34     
  Misses         11       11              
Flag Coverage Δ
unittests 98.36% <88.88%> (+0.08%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/context.jl 88.37% <42.85%> (-4.13%) :arrow_down:
src/SEAL.jl 85.71% <66.66%> (+10.71%) :arrow_up:
src/batchencoder.jl 100.00% <100.00%> (ø)
src/ciphertext.jl 100.00% <100.00%> (ø)
src/ckks.jl 100.00% <100.00%> (ø)
src/decryptor.jl 100.00% <100.00%> (ø)
src/encryptionparams.jl 100.00% <100.00%> (ø)
src/encryptor.jl 100.00% <100.00%> (ø)
src/evaluator.jl 100.00% <100.00%> (ø)
src/galoiskeys.jl 100.00% <100.00%> (ø)
... and 7 more

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 568988b...b2957e4. Read the comment docs.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 618093785


Totals Coverage Status
Change from base Build 617601233: 0%
Covered Lines: 825
Relevant Lines: 841

💛 - Coveralls