sparkutils / quality

A Quality Spark DQ Library
https://sparkutils.github.io/quality/
Apache License 2.0
4 stars 2 forks source link

coverage capture on 3.3 AND 3.4 #17

Closed chris-twiner closed 1 year ago

chris-twiner commented 1 year ago

Certain code paths are only possible on the different versions, the coverage should reflect all versions tested. Ideally this is through the test builds themselves which would make mvn-site dependent on the builds.

chris-twiner commented 1 year ago

windows run gives 89.85 % but the coverage is definitely broken on the build server, functions are not being shown as tested which clearly are. However the process / build is doing the right thing.

chris-twiner commented 1 year ago

seems the windows run is incorrect quality.bloomLookup(bucketedFiles: BucketedFiles) is never called, intellij says as much, breakpoint with bloomtests also never triggers. So will bring back the maven link...