Closed tsbonev closed 6 years ago
Merging #176 into master will increase coverage by
<.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #176 +/- ##
============================================
+ Coverage 96.77% 96.78% +<.01%
Complexity 278 278
============================================
Files 31 31
Lines 869 870 +1
Branches 79 79
============================================
+ Hits 841 842 +1
Misses 5 5
Partials 23 23
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
...tsbonev/nharker/adapter/nitrite/NitriteArticles.kt | 100% <100%> (ø) |
34 <0> (ø) |
:arrow_down: |
...tsbonev/nharker/server/workflow/ArticleWorkflow.kt | 96.89% <100%> (+0.02%) |
29 <0> (ø) |
:arrow_down: |
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 4d96bec...396f657. Read the comment docs.
Detaching a property now returns the updated article and the id of the dereferenced property, making it possible to spawn a DeleteEntryCommand from the workflow. This completes the last point of- and closes #159. This also fixes #175.