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

Add synchronous GetLatestVersion method. #1315

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add synchronous GetLatestVersion method. #1315

wants to merge 1 commit into from

Conversation

jmoro3
Copy link
Contributor

@jmoro3 jmoro3 commented Mar 20, 2022

The methoв could be used in special cases when the method
has to run synchronously in one thread.

Relates-To: OAM-1422
Signed-off-by: Iuliia Moroz ext-iuliia.moroz@here.com

The methoв could be used in special cases when the method
has to run synchronously in one thread.

Relates-To: OAM-1422
Signed-off-by: Iuliia Moroz <ext-iuliia.moroz@here.com>
@codecov
Copy link

codecov bot commented Mar 20, 2022

Codecov Report

Merging #1315 (76d2afa) into master (8c6a8a5) will decrease coverage by 0.0%.
The diff coverage is 0.0%.

@@           Coverage Diff            @@
##           master   #1315     +/-   ##
========================================
- Coverage    86.1%   86.1%   -0.0%     
========================================
  Files         381     381             
  Lines       13430   13443     +13     
========================================
+ Hits        11568   11573      +5     
- Misses       1862    1870      +8     
Impacted Files Coverage Δ
...-read/include/olp/dataservice/read/CatalogClient.h 100.0% <ø> (ø)
...ead/include/olp/dataservice/read/VersionsRequest.h 100.0% <ø> (ø)
olp-cpp-sdk-dataservice-read/src/CatalogClient.cpp 84.0% <0.0%> (-7.3%) ⬇️
...cpp-sdk-dataservice-read/src/CatalogClientImpl.cpp 87.2% <0.0%> (-5.9%) ⬇️
...p-cpp-sdk-dataservice-read/src/CatalogClientImpl.h 100.0% <ø> (ø)
olp-cpp-sdk-core/src/client/PendingUrlRequests.cpp 95.5% <0.0%> (+0.2%) ⬆️

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 8c6a8a5...76d2afa. Read the comment docs.

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

1 participant