Skip to content

Moved AuthenticationClient::Impl to separate file.#902

Merged
andescu merged 2 commits intomasterfrom
task/olpedge-1161
Jun 9, 2020
Merged

Moved AuthenticationClient::Impl to separate file.#902
andescu merged 2 commits intomasterfrom
task/olpedge-1161

Conversation

@andescu
Copy link
Copy Markdown
Contributor

@andescu andescu commented Jun 8, 2020

To lighten the AuthenticationClient.cpp file and align pimpl to other
classes, this commit moves AuthenticationClient::Impl to a separate
file and renames it to AuthenticationClientImpl.

Relates-To: OLPEDGE-1161

Signed-off-by: Andrei Popescu andrei.popescu@here.com

@andescu andescu force-pushed the task/olpedge-1161 branch 3 times, most recently from 90fc836 to d826973 Compare June 8, 2020 15:34
To lighten the AuthenticationClient.cpp file and align pimpl to other
classes, this commit moves AuthenticationClient::Impl to a separate
file and renames it to AuthenticationClientImpl.

Relates-To: OLPEDGE-1161

Signed-off-by: Andrei Popescu <andrei.popescu@here.com>
@andescu andescu force-pushed the task/olpedge-1161 branch from d826973 to 640e635 Compare June 9, 2020 07:08
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 9, 2020

Codecov Report

Merging #902 into master will increase coverage by 0.0%.
The diff coverage is 75.2%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #902   +/-   ##
======================================
  Coverage    81.2%   81.2%           
======================================
  Files         301     303    +2     
  Lines       10522   10526    +4     
======================================
+ Hits         8539    8543    +4     
  Misses       1983    1983           
Impacted Files Coverage Δ
.../include/olp/authentication/AuthenticationClient.h 83.3% <ø> (ø)
...tication/include/olp/authentication/SignInResult.h 100.0% <ø> (ø)
...tion/include/olp/authentication/SignInUserResult.h 100.0% <ø> (ø)
...ication/include/olp/authentication/SignOutResult.h 100.0% <ø> (ø)
...tication/include/olp/authentication/SignUpResult.h 100.0% <ø> (ø)
...dk-authentication/src/AuthenticationClientImpl.cpp 75.0% <75.0%> (ø)
...pp-sdk-authentication/src/AuthenticationClient.cpp 93.1% <100.0%> (+17.2%) ⬆️
...-sdk-authentication/src/AuthenticationClientImpl.h 100.0% <100.0%> (ø)
olp-cpp-sdk-core/src/cache/DefaultCacheImpl.cpp 94.0% <100.0%> (+<0.1%) ⬆️
... and 1 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 03da4b0...accac5c. Read the comment docs.

mykhailo-kuchma
mykhailo-kuchma previously approved these changes Jun 9, 2020
Comment thread olp-cpp-sdk-authentication/src/AuthenticationClient.cpp Outdated
To lighten the AuthenticationClient.cpp file and align pimpl to other
classes, this commit moves AuthenticationClient::Impl to a separate
file and renames it to AuthenticationClientImpl.

Relates-To: OLPEDGE-1161

Signed-off-by: Andrei Popescu <andrei.popescu@here.com>
@andescu andescu merged commit 7a0c7d6 into master Jun 9, 2020
@andescu andescu deleted the task/olpedge-1161 branch June 9, 2020 09:36
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.

4 participants