Closed alexeipab closed 5 years ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
waimak-core/src/main/scala/com/coxautodata/waimak/log/Logging.scala | 1 | 30.77% | ||
waimak-core/src/main/scala/com/coxautodata/waimak/dataflow/spark/SparkActions.scala | 1 | 69.15% | ||
waimak-core/src/main/scala/com/coxautodata/waimak/dataflow/spark/SparkDataFlow.scala | 2 | 84.78% | ||
waimak-core/src/main/scala/com/coxautodata/waimak/dataflow/DataFlow.scala | 2 | 95.28% | ||
<!-- | Total: | 6 | --> |
Totals | |
---|---|
Change from base Build 268: | 1.3% |
Covered Lines: | 1013 |
Relevant Lines: | 1298 |
Description
Adds flexible commit definitions that a separate from the push implementations. Enables multiple commit definitions. It also cleans up generics inheritance and error reporting of the data flow validation phases.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Unit tested.