Closed fedefernandez closed 7 years ago
Merging #89 into master will decrease coverage by
0.67%
. The diff coverage is86.66%
.
@@ Coverage Diff @@
## master #89 +/- ##
==========================================
- Coverage 85.94% 85.26% -0.68%
==========================================
Files 20 22 +2
Lines 441 448 +7
==========================================
+ Hits 379 382 +3
- Misses 62 66 +4
Impacted Files | Coverage Δ | |
---|---|---|
...n/scala/schema/validator/TroySchemaValidator.scala | 100% <ø> (ø) |
:arrow_up: |
core/src/main/scala/schema/provider/package.scala | 100% <100%> (ø) |
|
...ain/scala/schema/provider/TroySchemaProvider.scala | 90% <100%> (ø) |
:arrow_up: |
...scala/schema/provider/MetadataSchemaProvider.scala | 80% <100%> (-3.34%) |
:arrow_down: |
...n/scala/query/interpolator/MacroInterpolator.scala | 60% <60%> (ø) |
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 79f52bf...955ee4e. Read the comment docs.
Fixes #68
It also changes the
MetadataSchemaProvider
implementation, removing the algebra dependency because we're going always to interpret toTry
. In this way is better to just use the synchronizedcluster
API.The metadata test will be addressed in #88