Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

OTA-3213 Pause()/Resume()/Abort() C APIs #1429

Merged
merged 1 commit into from
Nov 8, 2019
Merged

Conversation

mchekhovoi
Copy link

Signed-off-by: Mykola Chekhovoi ext-mykola.chekhovoi@here.com

@codecov-io
Copy link

codecov-io commented Oct 31, 2019

Codecov Report

Merging #1429 into master will decrease coverage by 0.1%.
The diff coverage is 69.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1429      +/-   ##
==========================================
- Coverage   80.56%   80.46%   -0.11%     
==========================================
  Files         183      183              
  Lines       10923    10954      +31     
==========================================
+ Hits         8800     8814      +14     
- Misses       2123     2140      +17
Impacted Files Coverage Δ
src/libaktualizr-c/test/api-test.c 68.5% <60%> (-1.14%) ⬇️
src/libaktualizr-c/libaktualizr-c.cc 55.46% <77.77%> (+2.79%) ⬆️
src/libaktualizr/storage/sqlstorage.cc 76.66% <0%> (-0.69%) ⬇️
src/libaktualizr/crypto/keymanager.cc 88.74% <0%> (-0.67%) ⬇️

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 9e0772a...e5e9d5e. Read the comment docs.

}
}

static std::mutex queue_wrapper_mutex;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, why do we need a mutex here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

Signed-off-by: Mykola Chekhovoi <ext-mykola.chekhovoi@here.com>
@eu-siemann eu-siemann merged commit 4033d2d into master Nov 8, 2019
@eu-siemann eu-siemann deleted the feat/c-api-updates branch November 8, 2019 13:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants