Closed rafamarquezv closed 6 years ago
Merging #5 into feature/develop-v1.0.0 will increase coverage by
0.84%
. The diff coverage is100%
.
@@ Coverage Diff @@
## feature/develop-v1.0.0 #5 +/- ##
==========================================================
+ Coverage 80.18% 81.02% +0.84%
==========================================================
Files 4 5 +1
Lines 111 137 +26
Branches 7 8 +1
==========================================================
+ Hits 89 111 +22
- Misses 22 26 +4
Impacted Files | Coverage Δ | |
---|---|---|
src/cmp/application/PingUseCase.js | 100% <100%> (ø) |
:arrow_up: |
src/cmp/domain/ping/Ping.js | 81.81% <100%> (ø) |
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 d9c85cb...9e59f3b. Read the comment docs.
I cancel this PR as we decided to include domain objects gradually in subsequent PRs
Create new Domain objects (based on IAB standard). More Info about IAB Standard...
Refactor Ping UC using Domain object.