[glib-networking/pgriffis/coverage-reports] coverage: Ignore mock pkcs11 module



commit d4c2e2934bb33e4e7eb05994ff233bb36a8f9bf8
Author: Patrick Griffis <pgriffis igalia com>
Date:   Thu Jul 15 11:48:11 2021 -0500

    coverage: Ignore mock pkcs11 module

 tls/tests/mock-pkcs11.c | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/tls/tests/mock-pkcs11.c b/tls/tests/mock-pkcs11.c
index 5a4c9b96..ea1cec01 100644
--- a/tls/tests/mock-pkcs11.c
+++ b/tls/tests/mock-pkcs11.c
@@ -37,6 +37,8 @@
  *   ignored and won't work.
  */
 
+/* LCOV_EXCL_START */
+
 #undef G_LOG_DOMAIN
 #define G_LOG_DOMAIN "MockPKCS11"
 
@@ -3021,3 +3023,5 @@ CK_DEFINE_FUNCTION(CK_RV, C_InteractiveLogin)(CK_SESSION_HANDLE hSession)
 
         return rv;
 }
+
+/* LCOV_EXCL_STOP */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]