OpenMined / KotlinSyft

The official Syft worker for secure on-device machine learning
https://www.openmined.org
Apache License 2.0
85 stars 28 forks source link

refractoring to support publishing #272

Closed vkkhare closed 4 years ago

vkkhare commented 4 years ago

Description

syftlib was already occupied on bintray. There were so many old random projects lying around, I felt it to be easier to just rename our artifact to the link that has already been allotted to us.

Affected Dependencies

syftlib

How has this been tested?

Checklist

codecov[bot] commented 4 years ago

Codecov Report

Merging #272 into dev will increase coverage by 0.06%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #272      +/-   ##
==========================================
+ Coverage   59.87%   59.94%   +0.06%     
==========================================
  Files          44       44              
  Lines        1463     1463              
  Branches      192      192              
==========================================
+ Hits          876      877       +1     
  Misses        501      501              
+ Partials       86       85       -1     
Impacted Files Coverage Δ
syft/src/main/java/org/openmined/syft/Syft.kt 70.68% <ø> (ø)
...rg/openmined/syft/datasource/JobLocalDataSource.kt 91.17% <ø> (ø)
...g/openmined/syft/datasource/JobRemoteDataSource.kt 90.00% <ø> (ø)
...in/java/org/openmined/syft/domain/JobRepository.kt 94.79% <ø> (ø)
...ava/org/openmined/syft/domain/SyftConfiguration.kt 63.63% <ø> (ø)
.../org/openmined/syft/execution/JobErrorThrowable.kt 57.89% <ø> (ø)
...a/org/openmined/syft/execution/JobStatusMessage.kt 85.71% <ø> (ø)
...rg/openmined/syft/execution/JobStatusSubscriber.kt 76.92% <ø> (ø)
...src/main/java/org/openmined/syft/execution/Plan.kt 0.00% <ø> (ø)
...main/java/org/openmined/syft/execution/Protocol.kt 100.00% <ø> (ø)
... and 35 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 707762a...28a2f71. Read the comment docs.