Closed johannesduesing closed 5 years ago
Merging #33 into develop will decrease coverage by
0.09%
. The diff coverage is0%
.
@@ Coverage Diff @@
## develop #33 +/- ##
=========================================
- Coverage 8.22% 8.12% -0.1%
=========================================
Files 43 44 +1
Lines 1155 1169 +14
Branches 34 27 -7
=========================================
Hits 95 95
- Misses 1060 1074 +14
Impacted Files | Coverage Δ | |
---|---|---|
...a/de/upb/cs/swt/delphi/crawler/Configuration.scala | 0% <ø> (ø) |
:arrow_up: |
...lphi/crawler/instancemanagement/InstanceLink.scala | 0% <0%> (ø) |
|
.../crawler/instancemanagement/InstanceRegistry.scala | 0% <0%> (ø) |
:arrow_up: |
...t/delphi/crawler/instancemanagement/Instance.scala | 0% <0%> (ø) |
: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 6e72f48...abac46b. Read the comment docs.
Reason for this PR The interface of the instance registry has been changed lately. The reason for this was to better support the requirements of the Delphi-Management state management. The relevant change is:
linksTo: List[InstanceLink]
andlinksFrom: List[InstanceLink]
have been added to the Instance classThis PR adapts the Crawler to this change. The same has been done for the WebApp and WebApi.
Changes
InstanceLink.scala
containing the JSON support