rnp
rnp copied to clipboard
[WIP] 1275 decrypt hidden to r3
This is just to get CI runs for now.
This pull request introduces 1 alert when merging 02a5e1e0744773600140e7f7c3bff9a94fba5a5b into f83f5200e75539f51e3be64d75f55339d53e4f6d - view on LGTM.com
new alerts:
- 1 for Clear-text storage of sensitive information
This pull request introduces 1 alert when merging 4a60929e1fbc5de0226483b6eee40f8dd063782d into 7b91dc64de4f991eea59e7300cbea354e90cf444 - view on LGTM.com
new alerts:
- 1 for Clear-text storage of sensitive information
Codecov Report
Merging #1834 (87cb828) into master (f83f520) will increase coverage by
81.39%. The diff coverage is89.81%.
@@ Coverage Diff @@
## master #1834 +/- ##
===========================================
+ Coverage 0 81.39% +81.39%
===========================================
Files 0 138 +138
Lines 0 29012 +29012
===========================================
+ Hits 0 23613 +23613
- Misses 0 5399 +5399
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/lib/logging.h | 100.00% <ø> (ø) |
|
| src/lib/rnp.cpp | 78.60% <78.57%> (ø) |
|
| src/tests/ffi.cpp | 86.93% <93.54%> (ø) |
|
| src/lib/key-provider.cpp | 82.22% <100.00%> (ø) |
|
| src/librepgp/stream-parse.cpp | 76.86% <100.00%> (ø) |
|
| src/lib/crypto/sm2.cpp | 73.57% <0.00%> (ø) |
|
| src/examples/encrypt.c | 68.33% <0.00%> (ø) |
|
| src/tests/key-add-userid.cpp | 100.00% <0.00%> (ø) |
|
| src/lib/utils.h | 100.00% <0.00%> (ø) |
|
| src/tests/key-validate.cpp | 99.55% <0.00%> (ø) |
|
| ... and 133 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update f83f520...87cb828. Read the comment docs.
This pull request introduces 2 alerts when merging b06db124175276a218698c6b0b459a9e48e8cf25 into 7b91dc64de4f991eea59e7300cbea354e90cf444 - view on LGTM.com
new alerts:
- 2 for Clear-text storage of sensitive information
This pull request introduces 2 alerts when merging 4134378d92939733915da074d1d13c73a9213fdb into 7b91dc64de4f991eea59e7300cbea354e90cf444 - view on LGTM.com
new alerts:
- 2 for Clear-text storage of sensitive information
This pull request introduces 2 alerts when merging 56f8c8b7b5f57396ad8108cdfe08ef3652850382 into 7b91dc64de4f991eea59e7300cbea354e90cf444 - view on LGTM.com
new alerts:
- 2 for Clear-text storage of sensitive information
This pull request introduces 2 alerts when merging 87cb8284744984ab94d11e29f9d5fc0d7b96a9d2 into 7b91dc64de4f991eea59e7300cbea354e90cf444 - view on LGTM.com
new alerts:
- 2 for Clear-text storage of sensitive information
@andrey-utkin the only test failing here is clang-format. Can you just run clang-format and clear the errors? Thanks.
Closing as it was superceded by #1940