Closed Jotschi closed 7 years ago
I forgot to add the txhandler tests. Let me add those before merging this.
Merging #25 into master will increase coverage by
1.85%
. The diff coverage is70.83%
.
@@ Coverage Diff @@
## master #25 +/- ##
============================================
+ Coverage 46.93% 48.79% +1.85%
- Complexity 191 212 +21
============================================
Files 22 26 +4
Lines 1076 1117 +41
Branches 204 205 +1
============================================
+ Hits 505 545 +40
+ Misses 462 461 -1
- Partials 109 111 +2
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...java/com/syncleus/ferma/DelegatingFramedGraph.java | 45.86% <ø> (ø) |
23 <0> (ø) |
:arrow_down: |
...n/java/com/syncleus/ferma/AbstractVertexFrame.java | 68.68% <ø> (ø) |
32 <0> (ø) |
:arrow_down: |
...main/java/com/syncleus/ferma/tx/FramedTxGraph.java | 60% <0%> (ø) |
1 <1> (?) |
|
...rc/main/java/com/syncleus/ferma/tx/AbstractTx.java | 100% <100%> (ø) |
6 <6> (?) |
|
...java/com/syncleus/ferma/DelegatingTransaction.java | 37.5% <25%> (+37.5%) |
4 <3> (+4) |
:arrow_up: |
src/main/java/com/syncleus/ferma/tx/Tx.java | 80% <80%> (ø) |
3 <3> (?) |
|
src/main/java/com/syncleus/ferma/tx/TxFactory.java | 86.66% <86.66%> (ø) |
7 <7> (?) |
|
...amefactories/annotation/InVertexMethodHandler.java | 54.54% <0%> (-9.1%) |
4% <0%> (ø) |
|
...mefactories/annotation/OutVertexMethodHandler.java | 54.54% <0%> (-9.1%) |
4% <0%> (ø) |
|
...mefactories/annotation/IncidenceMethodHandler.java | 24% <0%> (-0.67%) |
12% <0%> (ø) |
|
... and 5 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 82027b6...7093bc8. Read the comment docs.
I needed to bump the gremlin version because orientdb-gremlin uses a newer version and otherwise I would get classpath errors.