Closed CHAZOTA closed 5 years ago
Merging #96 into master will increase coverage by
0.04%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #96 +/- ##
==========================================
+ Coverage 82.88% 82.93% +0.04%
==========================================
Files 46 46
Lines 1198 1201 +3
Branches 98 96 -2
==========================================
+ Hits 993 996 +3
Misses 205 205
Impacted Files | Coverage Δ | |
---|---|---|
...rc/main/scala/sqlest/sql/DB2StatementBuilder.scala | 72.5% <100%> (+2.22%) |
:arrow_up: |
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 eb193bd...d41f730. Read the comment docs.
Have you published locally and checked that your local SNAPSHOT can run bridgeUp/serverUp tasks successfully?
Yeah - serverUp & bridgeUp ran without error. I also tested a couple of services that use offset
Have you published locally and checked that your local SNAPSHOT can run bridgeUp/serverUp tasks successfully?
I've checked it too.
There's an issue with the current DB2 implementation of OFFSET. Fix is WIP