Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 564420 move HC condition miner to new interfaces #260

Merged
merged 1 commit into from Jun 21, 2020
Merged

Conversation

eparovyshnaya
Copy link
Contributor

  • make ConditionTransport interface a Service with a dedicated
    registry
  • invite ContentType as a ServiceId
  • create contract tests for ServiceId, test both implementations

Signed-off-by: elena.parovyshnaya elena.parovyshnaya@gmail.com

 - make `ConditionTransport` interface a `Service` with a dedicated
registry
 - invite `ContentType` as a `ServiceId`
 - create contract tests for `ServiceId`, test both implementations

Signed-off-by: elena.parovyshnaya <elena.parovyshnaya@gmail.com>
@codecov
Copy link

codecov bot commented Jun 21, 2020

Codecov Report

Merging #260 into master will increase coverage by 0.13%.
The diff coverage is 68.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #260      +/-   ##
==========================================
+ Coverage   11.65%   11.78%   +0.13%     
==========================================
  Files         594      598       +4     
  Lines       15193    15218      +25     
  Branches     1172     1172              
==========================================
+ Hits         1770     1794      +24     
+ Misses      13377    13376       -1     
- Partials       46       48       +2     
Impacted Files Coverage Δ
...ditions/mining/ConditionTransportContractTest.java 0.00% <0.00%> (ø)
...c/api/tests/conditions/mining/ContentTypeTest.java 50.00% <50.00%> (ø)
...ge/lic/api/tests/registry/StringServiceIdTest.java 50.00% <50.00%> (ø)
...ic/internal/api/conditions/mining/ContentType.java 80.00% <80.00%> (ø)
.../lic/api/tests/registry/ServiceIdContractTest.java 100.00% <100.00%> (ø)
...age/lic/internal/api/registry/StringServiceId.java 77.77% <0.00%> (+77.77%) ⬆️

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 d4b1f44...88ad53e. Read the comment docs.

@eparovyshnaya eparovyshnaya merged commit 3a90e64 into master Jun 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants