Skip to content

Commit d664df0

Browse files
committed
Ignore lines reported as errored by codecov.
1 parent 61a3766 commit d664df0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib/rnp.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -2792,7 +2792,10 @@ try {
27922792
return RNP_ERROR_BAD_PARAMETERS;
27932793
}
27942794
if (op->rnpctx.aalg == PGP_AEAD_EAX) {
2795+
/* LCOV_EXCL_START */
2796+
/* The define below is not reported as covered however codecov reports error */
27952797
FFI_LOG(op->ffi, "Warning! EAX mode is deprecated and should not be used.");
2798+
/* LCOV_EXCL_END */
27962799
}
27972800
#ifdef ENABLE_CRYPTO_REFRESH
27982801
if (op->rnpctx.aalg == PGP_AEAD_NONE && op->rnpctx.enable_pkesk_v6) {

0 commit comments

Comments
 (0)