diff --git a/back/apps/bridge-http-proxy/src/bridge-http-proxy.module.ts b/back/apps/bridge-http-proxy/src/bridge-http-proxy.module.ts index ad659d24..90d00c55 100644 --- a/back/apps/bridge-http-proxy/src/bridge-http-proxy.module.ts +++ b/back/apps/bridge-http-proxy/src/bridge-http-proxy.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/bridge-http-proxy/src/controllers/index.ts b/back/apps/bridge-http-proxy/src/controllers/index.ts index aa107242..6e8708c5 100644 --- a/back/apps/bridge-http-proxy/src/controllers/index.ts +++ b/back/apps/bridge-http-proxy/src/controllers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/bridge-http-proxy/src/dto/app-config.dto.ts b/back/apps/bridge-http-proxy/src/dto/app-config.dto.ts index fe4f364f..c476273f 100644 --- a/back/apps/bridge-http-proxy/src/dto/app-config.dto.ts +++ b/back/apps/bridge-http-proxy/src/dto/app-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/bridge-http-proxy/src/dto/bridge-http-proxy-config.dto.ts b/back/apps/bridge-http-proxy/src/dto/bridge-http-proxy-config.dto.ts index 3cdb561d..b19e9956 100644 --- a/back/apps/bridge-http-proxy/src/dto/bridge-http-proxy-config.dto.ts +++ b/back/apps/bridge-http-proxy/src/dto/bridge-http-proxy-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/bridge-http-proxy/src/dto/bridge-http-proxy-error.dto.ts b/back/apps/bridge-http-proxy/src/dto/bridge-http-proxy-error.dto.ts index f318853d..3c1d8c80 100644 --- a/back/apps/bridge-http-proxy/src/dto/bridge-http-proxy-error.dto.ts +++ b/back/apps/bridge-http-proxy/src/dto/bridge-http-proxy-error.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/bridge-http-proxy/src/dto/bridge-http-proxy-protocol.dto.ts b/back/apps/bridge-http-proxy/src/dto/bridge-http-proxy-protocol.dto.ts index ea6bd23d..94c04aa9 100644 --- a/back/apps/bridge-http-proxy/src/dto/bridge-http-proxy-protocol.dto.ts +++ b/back/apps/bridge-http-proxy/src/dto/bridge-http-proxy-protocol.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/bridge-http-proxy/src/dto/bridge-http-proxy-response.dto.ts b/back/apps/bridge-http-proxy/src/dto/bridge-http-proxy-response.dto.ts index ccddc4e7..5aacf086 100644 --- a/back/apps/bridge-http-proxy/src/dto/bridge-http-proxy-response.dto.ts +++ b/back/apps/bridge-http-proxy/src/dto/bridge-http-proxy-response.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/bridge-http-proxy/src/dto/index.ts b/back/apps/bridge-http-proxy/src/dto/index.ts index 2f59a769..4042cd15 100644 --- a/back/apps/bridge-http-proxy/src/dto/index.ts +++ b/back/apps/bridge-http-proxy/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/bridge-http-proxy/src/enums/bridge-http-proxy-routes.enum.ts b/back/apps/bridge-http-proxy/src/enums/bridge-http-proxy-routes.enum.ts index 4bfb738b..1b65dabd 100644 --- a/back/apps/bridge-http-proxy/src/enums/bridge-http-proxy-routes.enum.ts +++ b/back/apps/bridge-http-proxy/src/enums/bridge-http-proxy-routes.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/bridge-http-proxy/src/enums/error-code.enum.ts b/back/apps/bridge-http-proxy/src/enums/error-code.enum.ts index af97663c..e12ff623 100644 --- a/back/apps/bridge-http-proxy/src/enums/error-code.enum.ts +++ b/back/apps/bridge-http-proxy/src/enums/error-code.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ export enum ErrorCode { diff --git a/back/apps/bridge-http-proxy/src/enums/index.ts b/back/apps/bridge-http-proxy/src/enums/index.ts index 37019cb4..2ccc5068 100644 --- a/back/apps/bridge-http-proxy/src/enums/index.ts +++ b/back/apps/bridge-http-proxy/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/bridge-http-proxy/src/exceptions/bridge-http-proxy-csmr.exception.ts b/back/apps/bridge-http-proxy/src/exceptions/bridge-http-proxy-csmr.exception.ts index 9dbe7687..c399da82 100644 --- a/back/apps/bridge-http-proxy/src/exceptions/bridge-http-proxy-csmr.exception.ts +++ b/back/apps/bridge-http-proxy/src/exceptions/bridge-http-proxy-csmr.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/bridge-http-proxy/src/exceptions/bridge-http-proxy-rabbitmq.exception.ts b/back/apps/bridge-http-proxy/src/exceptions/bridge-http-proxy-rabbitmq.exception.ts index 1f6a382e..27b42615 100644 --- a/back/apps/bridge-http-proxy/src/exceptions/bridge-http-proxy-rabbitmq.exception.ts +++ b/back/apps/bridge-http-proxy/src/exceptions/bridge-http-proxy-rabbitmq.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/bridge-http-proxy/src/exceptions/bridge-http-proxy-variable-missing.exception.ts b/back/apps/bridge-http-proxy/src/exceptions/bridge-http-proxy-variable-missing.exception.ts index cb01537a..192391de 100644 --- a/back/apps/bridge-http-proxy/src/exceptions/bridge-http-proxy-variable-missing.exception.ts +++ b/back/apps/bridge-http-proxy/src/exceptions/bridge-http-proxy-variable-missing.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/bridge-http-proxy/src/exceptions/index.ts b/back/apps/bridge-http-proxy/src/exceptions/index.ts index da0f7640..e8072983 100644 --- a/back/apps/bridge-http-proxy/src/exceptions/index.ts +++ b/back/apps/bridge-http-proxy/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/bridge-http-proxy/src/index.ts b/back/apps/bridge-http-proxy/src/index.ts index 6ca46413..fac90f05 100644 --- a/back/apps/bridge-http-proxy/src/index.ts +++ b/back/apps/bridge-http-proxy/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/bridge-http-proxy/src/services/index.ts b/back/apps/bridge-http-proxy/src/services/index.ts index 7922c88b..d4d66821 100644 --- a/back/apps/bridge-http-proxy/src/services/index.ts +++ b/back/apps/bridge-http-proxy/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fca/src/controllers/index.ts b/back/apps/core-fca/src/controllers/index.ts index 85d6feb8..4b22ba1d 100644 --- a/back/apps/core-fca/src/controllers/index.ts +++ b/back/apps/core-fca/src/controllers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fca/src/core-fca.module.ts b/back/apps/core-fca/src/core-fca.module.ts index 84fb230f..a318f6c4 100644 --- a/back/apps/core-fca/src/core-fca.module.ts +++ b/back/apps/core-fca/src/core-fca.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fca/src/dto/core-fca-config.dto.ts b/back/apps/core-fca/src/dto/core-fca-config.dto.ts index d637fc3f..bc5ffe1c 100644 --- a/back/apps/core-fca/src/dto/core-fca-config.dto.ts +++ b/back/apps/core-fca/src/dto/core-fca-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fca/src/dto/core-fca-session.dto.ts b/back/apps/core-fca/src/dto/core-fca-session.dto.ts index 32a908cd..14032a67 100644 --- a/back/apps/core-fca/src/dto/core-fca-session.dto.ts +++ b/back/apps/core-fca/src/dto/core-fca-session.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fca/src/dto/index.ts b/back/apps/core-fca/src/dto/index.ts index 45d4bb6f..620d8587 100644 --- a/back/apps/core-fca/src/dto/index.ts +++ b/back/apps/core-fca/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fca/src/dto/mandatory-identity.dto.ts b/back/apps/core-fca/src/dto/mandatory-identity.dto.ts index 297003a4..dc6d9ef9 100644 --- a/back/apps/core-fca/src/dto/mandatory-identity.dto.ts +++ b/back/apps/core-fca/src/dto/mandatory-identity.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fca/src/exceptions/core-fca-invalid-identity.exception.ts b/back/apps/core-fca/src/exceptions/core-fca-invalid-identity.exception.ts index d3513845..e6248f6f 100644 --- a/back/apps/core-fca/src/exceptions/core-fca-invalid-identity.exception.ts +++ b/back/apps/core-fca/src/exceptions/core-fca-invalid-identity.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fca/src/exceptions/index.ts b/back/apps/core-fca/src/exceptions/index.ts index 43dc8dfc..db6d78fd 100644 --- a/back/apps/core-fca/src/exceptions/index.ts +++ b/back/apps/core-fca/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fca/src/handlers/index.ts b/back/apps/core-fca/src/handlers/index.ts index 4437d000..dd7957e3 100644 --- a/back/apps/core-fca/src/handlers/index.ts +++ b/back/apps/core-fca/src/handlers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fca/src/index.ts b/back/apps/core-fca/src/index.ts index 32e9fec0..f461bc14 100644 --- a/back/apps/core-fca/src/index.ts +++ b/back/apps/core-fca/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fca/src/services/index.ts b/back/apps/core-fca/src/services/index.ts index a00cb2f0..5cee8e81 100644 --- a/back/apps/core-fca/src/services/index.ts +++ b/back/apps/core-fca/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/controllers/index.ts b/back/apps/core-fcp/src/controllers/index.ts index fa727d31..3c9c2588 100644 --- a/back/apps/core-fcp/src/controllers/index.ts +++ b/back/apps/core-fcp/src/controllers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/core-fcp.module.ts b/back/apps/core-fcp/src/core-fcp.module.ts index f91c929c..2aa0ad63 100644 --- a/back/apps/core-fcp/src/core-fcp.module.ts +++ b/back/apps/core-fcp/src/core-fcp.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/dto/core-fcp-config.dto.ts b/back/apps/core-fcp/src/dto/core-fcp-config.dto.ts index 632ef0e3..fc9f01bb 100644 --- a/back/apps/core-fcp/src/dto/core-fcp-config.dto.ts +++ b/back/apps/core-fcp/src/dto/core-fcp-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/dto/core-fcp-session.dto.ts b/back/apps/core-fcp/src/dto/core-fcp-session.dto.ts index 475144cf..048f1898 100644 --- a/back/apps/core-fcp/src/dto/core-fcp-session.dto.ts +++ b/back/apps/core-fcp/src/dto/core-fcp-session.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/dto/eidas-identity.dto.ts b/back/apps/core-fcp/src/dto/eidas-identity.dto.ts index 6e287d7c..267b6c45 100644 --- a/back/apps/core-fcp/src/dto/eidas-identity.dto.ts +++ b/back/apps/core-fcp/src/dto/eidas-identity.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/dto/index.ts b/back/apps/core-fcp/src/dto/index.ts index 3aba2be5..e5135cd8 100644 --- a/back/apps/core-fcp/src/dto/index.ts +++ b/back/apps/core-fcp/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/dto/oidc-identity.dto.ts b/back/apps/core-fcp/src/dto/oidc-identity.dto.ts index f23d6ce4..6e9a4e46 100644 --- a/back/apps/core-fcp/src/dto/oidc-identity.dto.ts +++ b/back/apps/core-fcp/src/dto/oidc-identity.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/enums/emails-templates.enum.ts b/back/apps/core-fcp/src/enums/emails-templates.enum.ts index a29c0a53..08cb1ee8 100644 --- a/back/apps/core-fcp/src/enums/emails-templates.enum.ts +++ b/back/apps/core-fcp/src/enums/emails-templates.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/enums/error-code.enum.ts b/back/apps/core-fcp/src/enums/error-code.enum.ts index 2f123c52..976d9f35 100644 --- a/back/apps/core-fcp/src/enums/error-code.enum.ts +++ b/back/apps/core-fcp/src/enums/error-code.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/enums/index.ts b/back/apps/core-fcp/src/enums/index.ts index 1476e0dc..704172fc 100644 --- a/back/apps/core-fcp/src/enums/index.ts +++ b/back/apps/core-fcp/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/enums/process-core.enum.ts b/back/apps/core-fcp/src/enums/process-core.enum.ts index 6e2248fb..63c01f6e 100644 --- a/back/apps/core-fcp/src/enums/process-core.enum.ts +++ b/back/apps/core-fcp/src/enums/process-core.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/events/core-fcp-datatransfer-consent-identity.event.ts b/back/apps/core-fcp/src/events/core-fcp-datatransfer-consent-identity.event.ts index 535d6651..f0e759ec 100644 --- a/back/apps/core-fcp/src/events/core-fcp-datatransfer-consent-identity.event.ts +++ b/back/apps/core-fcp/src/events/core-fcp-datatransfer-consent-identity.event.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/events/core-fcp-datatransfer-information-anonymous.event.ts b/back/apps/core-fcp/src/events/core-fcp-datatransfer-information-anonymous.event.ts index bff7a023..0a025eec 100644 --- a/back/apps/core-fcp/src/events/core-fcp-datatransfer-information-anonymous.event.ts +++ b/back/apps/core-fcp/src/events/core-fcp-datatransfer-information-anonymous.event.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/events/core-fcp-datatransfer-information-identity.event.ts b/back/apps/core-fcp/src/events/core-fcp-datatransfer-information-identity.event.ts index e5b47b6d..90cada89 100644 --- a/back/apps/core-fcp/src/events/core-fcp-datatransfer-information-identity.event.ts +++ b/back/apps/core-fcp/src/events/core-fcp-datatransfer-information-identity.event.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/exceptions/core-fcp-failed-abort-session.exception.ts b/back/apps/core-fcp/src/exceptions/core-fcp-failed-abort-session.exception.ts index 1201062c..66054d5d 100644 --- a/back/apps/core-fcp/src/exceptions/core-fcp-failed-abort-session.exception.ts +++ b/back/apps/core-fcp/src/exceptions/core-fcp-failed-abort-session.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/exceptions/core-fcp-invalid-event-class.exception.ts b/back/apps/core-fcp/src/exceptions/core-fcp-invalid-event-class.exception.ts index 50950779..d182fea5 100644 --- a/back/apps/core-fcp/src/exceptions/core-fcp-invalid-event-class.exception.ts +++ b/back/apps/core-fcp/src/exceptions/core-fcp-invalid-event-class.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/exceptions/core-fcp-invalid-identity.exception.ts b/back/apps/core-fcp/src/exceptions/core-fcp-invalid-identity.exception.ts index e9090d6e..0490112d 100644 --- a/back/apps/core-fcp/src/exceptions/core-fcp-invalid-identity.exception.ts +++ b/back/apps/core-fcp/src/exceptions/core-fcp-invalid-identity.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/exceptions/index.ts b/back/apps/core-fcp/src/exceptions/index.ts index f43157fd..9deb4530 100644 --- a/back/apps/core-fcp/src/exceptions/index.ts +++ b/back/apps/core-fcp/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/handlers/core-fcp-datatransfer-consent-identity.event.ts b/back/apps/core-fcp/src/handlers/core-fcp-datatransfer-consent-identity.event.ts index af62690c..56778c80 100644 --- a/back/apps/core-fcp/src/handlers/core-fcp-datatransfer-consent-identity.event.ts +++ b/back/apps/core-fcp/src/handlers/core-fcp-datatransfer-consent-identity.event.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/handlers/core-fcp-datatransfer-information-anonymous.event.ts b/back/apps/core-fcp/src/handlers/core-fcp-datatransfer-information-anonymous.event.ts index c4a2f182..1f347bba 100644 --- a/back/apps/core-fcp/src/handlers/core-fcp-datatransfer-information-anonymous.event.ts +++ b/back/apps/core-fcp/src/handlers/core-fcp-datatransfer-information-anonymous.event.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/handlers/core-fcp-datatransfer-information-identity.event.ts b/back/apps/core-fcp/src/handlers/core-fcp-datatransfer-information-identity.event.ts index e10eaced..5f4e2c88 100644 --- a/back/apps/core-fcp/src/handlers/core-fcp-datatransfer-information-identity.event.ts +++ b/back/apps/core-fcp/src/handlers/core-fcp-datatransfer-information-identity.event.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/handlers/email/index.ts b/back/apps/core-fcp/src/handlers/email/index.ts index 20332379..d341b4e1 100644 --- a/back/apps/core-fcp/src/handlers/email/index.ts +++ b/back/apps/core-fcp/src/handlers/email/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/handlers/identity-check/index.ts b/back/apps/core-fcp/src/handlers/identity-check/index.ts index 0fbb4467..d0aea901 100644 --- a/back/apps/core-fcp/src/handlers/identity-check/index.ts +++ b/back/apps/core-fcp/src/handlers/identity-check/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/handlers/index.ts b/back/apps/core-fcp/src/handlers/index.ts index 026a37a6..2977a41e 100644 --- a/back/apps/core-fcp/src/handlers/index.ts +++ b/back/apps/core-fcp/src/handlers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/handlers/verify/index.ts b/back/apps/core-fcp/src/handlers/verify/index.ts index 478ace85..bba87778 100644 --- a/back/apps/core-fcp/src/handlers/verify/index.ts +++ b/back/apps/core-fcp/src/handlers/verify/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/index.ts b/back/apps/core-fcp/src/index.ts index 5a0f8376..13985f44 100644 --- a/back/apps/core-fcp/src/index.ts +++ b/back/apps/core-fcp/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/interfaces/identity-check-feature-handler.interface.ts b/back/apps/core-fcp/src/interfaces/identity-check-feature-handler.interface.ts index 3c114f05..14f6b8ba 100644 --- a/back/apps/core-fcp/src/interfaces/identity-check-feature-handler.interface.ts +++ b/back/apps/core-fcp/src/interfaces/identity-check-feature-handler.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/interfaces/index.ts b/back/apps/core-fcp/src/interfaces/index.ts index e6b1a547..517c29a3 100644 --- a/back/apps/core-fcp/src/interfaces/index.ts +++ b/back/apps/core-fcp/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/interfaces/verify-feature-handler.interface.ts b/back/apps/core-fcp/src/interfaces/verify-feature-handler.interface.ts index 702b7ba2..6be63776 100644 --- a/back/apps/core-fcp/src/interfaces/verify-feature-handler.interface.ts +++ b/back/apps/core-fcp/src/interfaces/verify-feature-handler.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/core-fcp/src/services/index.ts b/back/apps/core-fcp/src/services/index.ts index 1f90ec6b..99b1fd82 100644 --- a/back/apps/core-fcp/src/services/index.ts +++ b/back/apps/core-fcp/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-account/src/controllers/index.ts b/back/apps/csmr-account/src/controllers/index.ts index ddc600a3..5b3e49d7 100644 --- a/back/apps/csmr-account/src/controllers/index.ts +++ b/back/apps/csmr-account/src/controllers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-account/src/csmr-account.module.ts b/back/apps/csmr-account/src/csmr-account.module.ts index aa40fdcf..3f7ce606 100644 --- a/back/apps/csmr-account/src/csmr-account.module.ts +++ b/back/apps/csmr-account/src/csmr-account.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-account/src/dto/csmr-account.config.ts b/back/apps/csmr-account/src/dto/csmr-account.config.ts index ed5c1dbe..a2e975c3 100644 --- a/back/apps/csmr-account/src/dto/csmr-account.config.ts +++ b/back/apps/csmr-account/src/dto/csmr-account.config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-account/src/dto/get-account-id-payload.dto.ts b/back/apps/csmr-account/src/dto/get-account-id-payload.dto.ts index 02c6b98d..f63f2853 100644 --- a/back/apps/csmr-account/src/dto/get-account-id-payload.dto.ts +++ b/back/apps/csmr-account/src/dto/get-account-id-payload.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-account/src/dto/index.ts b/back/apps/csmr-account/src/dto/index.ts index c9bad599..bba72b31 100644 --- a/back/apps/csmr-account/src/dto/index.ts +++ b/back/apps/csmr-account/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-account/src/index.ts b/back/apps/csmr-account/src/index.ts index 5cac9208..dc9d6419 100644 --- a/back/apps/csmr-account/src/index.ts +++ b/back/apps/csmr-account/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-hsm/src/csmr-hsm.module.ts b/back/apps/csmr-hsm/src/csmr-hsm.module.ts index 3f6e1834..3c49a9b4 100644 --- a/back/apps/csmr-hsm/src/csmr-hsm.module.ts +++ b/back/apps/csmr-hsm/src/csmr-hsm.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-hsm/src/dto/csmr-hsm.config.ts b/back/apps/csmr-hsm/src/dto/csmr-hsm.config.ts index f9764697..1a5c158b 100644 --- a/back/apps/csmr-hsm/src/dto/csmr-hsm.config.ts +++ b/back/apps/csmr-hsm/src/dto/csmr-hsm.config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ import { Type } from 'class-transformer'; diff --git a/back/apps/csmr-hsm/src/exceptions/csmr-hsm-random.exception.ts b/back/apps/csmr-hsm/src/exceptions/csmr-hsm-random.exception.ts index 0feb046f..a583a8ba 100644 --- a/back/apps/csmr-hsm/src/exceptions/csmr-hsm-random.exception.ts +++ b/back/apps/csmr-hsm/src/exceptions/csmr-hsm-random.exception.ts @@ -11,6 +11,7 @@ import { CsmrHsmBaseException } from './csmr-hsm-base.exception'; * mais passée en paramètre au logger */ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-hsm/src/exceptions/csmr-hsm-sign.exception.ts b/back/apps/csmr-hsm/src/exceptions/csmr-hsm-sign.exception.ts index a99f7848..6223ade2 100644 --- a/back/apps/csmr-hsm/src/exceptions/csmr-hsm-sign.exception.ts +++ b/back/apps/csmr-hsm/src/exceptions/csmr-hsm-sign.exception.ts @@ -2,6 +2,7 @@ import { Description } from '@fc/exceptions'; import { CsmrHsmBaseException } from './csmr-hsm-base.exception'; +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-hsm/src/index.ts b/back/apps/csmr-hsm/src/index.ts index ad9230da..5c7572c8 100644 --- a/back/apps/csmr-hsm/src/index.ts +++ b/back/apps/csmr-hsm/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-http-proxy/src/config/index.ts b/back/apps/csmr-http-proxy/src/config/index.ts index 367f8930..9f7478fe 100644 --- a/back/apps/csmr-http-proxy/src/config/index.ts +++ b/back/apps/csmr-http-proxy/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-http-proxy/src/controllers/index.ts b/back/apps/csmr-http-proxy/src/controllers/index.ts index 9374ce37..c8f71494 100644 --- a/back/apps/csmr-http-proxy/src/controllers/index.ts +++ b/back/apps/csmr-http-proxy/src/controllers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-http-proxy/src/csmr-http-proxy.module.ts b/back/apps/csmr-http-proxy/src/csmr-http-proxy.module.ts index 54fbd6f5..5eec8109 100644 --- a/back/apps/csmr-http-proxy/src/csmr-http-proxy.module.ts +++ b/back/apps/csmr-http-proxy/src/csmr-http-proxy.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-http-proxy/src/dto/bridge-payload.dto.ts b/back/apps/csmr-http-proxy/src/dto/bridge-payload.dto.ts index 07f847f6..4defac2f 100644 --- a/back/apps/csmr-http-proxy/src/dto/bridge-payload.dto.ts +++ b/back/apps/csmr-http-proxy/src/dto/bridge-payload.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-http-proxy/src/dto/csmr-http-proxy.config.ts b/back/apps/csmr-http-proxy/src/dto/csmr-http-proxy.config.ts index 1cb9915e..7cd8e9ae 100644 --- a/back/apps/csmr-http-proxy/src/dto/csmr-http-proxy.config.ts +++ b/back/apps/csmr-http-proxy/src/dto/csmr-http-proxy.config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-http-proxy/src/dto/index.ts b/back/apps/csmr-http-proxy/src/dto/index.ts index 6200d7f2..bfab0ba5 100644 --- a/back/apps/csmr-http-proxy/src/dto/index.ts +++ b/back/apps/csmr-http-proxy/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-http-proxy/src/index.ts b/back/apps/csmr-http-proxy/src/index.ts index 50b82520..eabe393e 100644 --- a/back/apps/csmr-http-proxy/src/index.ts +++ b/back/apps/csmr-http-proxy/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-http-proxy/src/services/index.ts b/back/apps/csmr-http-proxy/src/services/index.ts index 4d76e840..12f4f947 100644 --- a/back/apps/csmr-http-proxy/src/services/index.ts +++ b/back/apps/csmr-http-proxy/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/constants/csmr-tracks-high-fields.constant.ts b/back/apps/csmr-tracks/src/constants/csmr-tracks-high-fields.constant.ts index d7812c98..79776e7c 100644 --- a/back/apps/csmr-tracks/src/constants/csmr-tracks-high-fields.constant.ts +++ b/back/apps/csmr-tracks/src/constants/csmr-tracks-high-fields.constant.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ import { ICsmrTracksHighFieldsData } from '../interfaces'; diff --git a/back/apps/csmr-tracks/src/constants/csmr-tracks-legacy-fields.constant.ts b/back/apps/csmr-tracks/src/constants/csmr-tracks-legacy-fields.constant.ts index 879ba9c4..3e984d96 100644 --- a/back/apps/csmr-tracks/src/constants/csmr-tracks-legacy-fields.constant.ts +++ b/back/apps/csmr-tracks/src/constants/csmr-tracks-legacy-fields.constant.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/constants/csmr-tracks-scopes.constant.ts b/back/apps/csmr-tracks/src/constants/csmr-tracks-scopes.constant.ts index 8136bafd..17aa07fe 100644 --- a/back/apps/csmr-tracks/src/constants/csmr-tracks-scopes.constant.ts +++ b/back/apps/csmr-tracks/src/constants/csmr-tracks-scopes.constant.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/constants/csmr-tracks-time.constant.ts b/back/apps/csmr-tracks/src/constants/csmr-tracks-time.constant.ts index 4bc43bfd..76408dca 100644 --- a/back/apps/csmr-tracks/src/constants/csmr-tracks-time.constant.ts +++ b/back/apps/csmr-tracks/src/constants/csmr-tracks-time.constant.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/constants/event-mapping.constant.ts b/back/apps/csmr-tracks/src/constants/event-mapping.constant.ts index e0da90e8..ef2d2591 100644 --- a/back/apps/csmr-tracks/src/constants/event-mapping.constant.ts +++ b/back/apps/csmr-tracks/src/constants/event-mapping.constant.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/constants/index.ts b/back/apps/csmr-tracks/src/constants/index.ts index acec32e7..2e4ac72a 100644 --- a/back/apps/csmr-tracks/src/constants/index.ts +++ b/back/apps/csmr-tracks/src/constants/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/controllers/index.ts b/back/apps/csmr-tracks/src/controllers/index.ts index ac4d6efa..34440bb9 100644 --- a/back/apps/csmr-tracks/src/controllers/index.ts +++ b/back/apps/csmr-tracks/src/controllers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/csmr-tracks.module.ts b/back/apps/csmr-tracks/src/csmr-tracks.module.ts index 7a50972f..69966e35 100644 --- a/back/apps/csmr-tracks/src/csmr-tracks.module.ts +++ b/back/apps/csmr-tracks/src/csmr-tracks.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/dto/csmr-tracks.config.ts b/back/apps/csmr-tracks/src/dto/csmr-tracks.config.ts index 962f0500..f946286a 100644 --- a/back/apps/csmr-tracks/src/dto/csmr-tracks.config.ts +++ b/back/apps/csmr-tracks/src/dto/csmr-tracks.config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/dto/idp-mappings.config.ts b/back/apps/csmr-tracks/src/dto/idp-mappings.config.ts index 896a16e4..7bc993e7 100644 --- a/back/apps/csmr-tracks/src/dto/idp-mappings.config.ts +++ b/back/apps/csmr-tracks/src/dto/idp-mappings.config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/dto/index.ts b/back/apps/csmr-tracks/src/dto/index.ts index 7d8dc510..3fc9a1be 100644 --- a/back/apps/csmr-tracks/src/dto/index.ts +++ b/back/apps/csmr-tracks/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/enums/index.ts b/back/apps/csmr-tracks/src/enums/index.ts index cd208c60..2897ca4f 100644 --- a/back/apps/csmr-tracks/src/enums/index.ts +++ b/back/apps/csmr-tracks/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/enums/platform.enum.ts b/back/apps/csmr-tracks/src/enums/platform.enum.ts index 4e531300..8a2c7792 100644 --- a/back/apps/csmr-tracks/src/enums/platform.enum.ts +++ b/back/apps/csmr-tracks/src/enums/platform.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/exceptions/csmr-tracks-account-response.exception.ts b/back/apps/csmr-tracks/src/exceptions/csmr-tracks-account-response.exception.ts index 5974d810..888a7f57 100644 --- a/back/apps/csmr-tracks/src/exceptions/csmr-tracks-account-response.exception.ts +++ b/back/apps/csmr-tracks/src/exceptions/csmr-tracks-account-response.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/exceptions/csmr-tracks-aggregation-failed.exception.ts b/back/apps/csmr-tracks/src/exceptions/csmr-tracks-aggregation-failed.exception.ts index b92eb771..3a993b31 100644 --- a/back/apps/csmr-tracks/src/exceptions/csmr-tracks-aggregation-failed.exception.ts +++ b/back/apps/csmr-tracks/src/exceptions/csmr-tracks-aggregation-failed.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/exceptions/csmr-tracks-csmr-failed.exception.ts b/back/apps/csmr-tracks/src/exceptions/csmr-tracks-csmr-failed.exception.ts index e2fc1ad8..f6a11d3d 100644 --- a/back/apps/csmr-tracks/src/exceptions/csmr-tracks-csmr-failed.exception.ts +++ b/back/apps/csmr-tracks/src/exceptions/csmr-tracks-csmr-failed.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/exceptions/csmr-tracks-format-tracks-failed.exception.ts b/back/apps/csmr-tracks/src/exceptions/csmr-tracks-format-tracks-failed.exception.ts index 6247f9f0..20113320 100644 --- a/back/apps/csmr-tracks/src/exceptions/csmr-tracks-format-tracks-failed.exception.ts +++ b/back/apps/csmr-tracks/src/exceptions/csmr-tracks-format-tracks-failed.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/exceptions/csmr-tracks-transform-tracks-failed.exception.ts b/back/apps/csmr-tracks/src/exceptions/csmr-tracks-transform-tracks-failed.exception.ts index de90925a..ba3682fc 100644 --- a/back/apps/csmr-tracks/src/exceptions/csmr-tracks-transform-tracks-failed.exception.ts +++ b/back/apps/csmr-tracks/src/exceptions/csmr-tracks-transform-tracks-failed.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/exceptions/csmr-tracks-unknown-action.exception.ts b/back/apps/csmr-tracks/src/exceptions/csmr-tracks-unknown-action.exception.ts index 73298e02..53cae6d5 100644 --- a/back/apps/csmr-tracks/src/exceptions/csmr-tracks-unknown-action.exception.ts +++ b/back/apps/csmr-tracks/src/exceptions/csmr-tracks-unknown-action.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/exceptions/index.ts b/back/apps/csmr-tracks/src/exceptions/index.ts index bfc71c5b..68e82276 100644 --- a/back/apps/csmr-tracks/src/exceptions/index.ts +++ b/back/apps/csmr-tracks/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/index.ts b/back/apps/csmr-tracks/src/index.ts index c75773b7..769fe7a8 100644 --- a/back/apps/csmr-tracks/src/index.ts +++ b/back/apps/csmr-tracks/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/interfaces/csmr-tracks-data-service.interface.ts b/back/apps/csmr-tracks/src/interfaces/csmr-tracks-data-service.interface.ts index fc4bf3d5..83d1af42 100644 --- a/back/apps/csmr-tracks/src/interfaces/csmr-tracks-data-service.interface.ts +++ b/back/apps/csmr-tracks/src/interfaces/csmr-tracks-data-service.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/interfaces/csmr-tracks-elastic-results.interface.ts b/back/apps/csmr-tracks/src/interfaces/csmr-tracks-elastic-results.interface.ts index e777dcf6..bb41fcda 100644 --- a/back/apps/csmr-tracks/src/interfaces/csmr-tracks-elastic-results.interface.ts +++ b/back/apps/csmr-tracks/src/interfaces/csmr-tracks-elastic-results.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/interfaces/csmr-tracks-extracted-data.interface.ts b/back/apps/csmr-tracks/src/interfaces/csmr-tracks-extracted-data.interface.ts index 5899b67d..bc7a8f21 100644 --- a/back/apps/csmr-tracks/src/interfaces/csmr-tracks-extracted-data.interface.ts +++ b/back/apps/csmr-tracks/src/interfaces/csmr-tracks-extracted-data.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/interfaces/csmr-tracks-fields-data.interface.ts b/back/apps/csmr-tracks/src/interfaces/csmr-tracks-fields-data.interface.ts index ecdd09d1..08a19966 100644 --- a/back/apps/csmr-tracks/src/interfaces/csmr-tracks-fields-data.interface.ts +++ b/back/apps/csmr-tracks/src/interfaces/csmr-tracks-fields-data.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/interfaces/csmr-tracks-generated-data.interface.ts b/back/apps/csmr-tracks/src/interfaces/csmr-tracks-generated-data.interface.ts index c6ad1d42..af8f447f 100644 --- a/back/apps/csmr-tracks/src/interfaces/csmr-tracks-generated-data.interface.ts +++ b/back/apps/csmr-tracks/src/interfaces/csmr-tracks-generated-data.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/interfaces/csmr-tracks-geo.interface.ts b/back/apps/csmr-tracks/src/interfaces/csmr-tracks-geo.interface.ts index 1fe04f7f..37cb244d 100644 --- a/back/apps/csmr-tracks/src/interfaces/csmr-tracks-geo.interface.ts +++ b/back/apps/csmr-tracks/src/interfaces/csmr-tracks-geo.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/interfaces/csmr-tracks-high-fields-data.interface.ts b/back/apps/csmr-tracks/src/interfaces/csmr-tracks-high-fields-data.interface.ts index 422dabbc..c59476c9 100644 --- a/back/apps/csmr-tracks/src/interfaces/csmr-tracks-high-fields-data.interface.ts +++ b/back/apps/csmr-tracks/src/interfaces/csmr-tracks-high-fields-data.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/interfaces/csmr-tracks-legacy-fields-data.interface.ts b/back/apps/csmr-tracks/src/interfaces/csmr-tracks-legacy-fields-data.interface.ts index daebf6c7..c79cbf64 100644 --- a/back/apps/csmr-tracks/src/interfaces/csmr-tracks-legacy-fields-data.interface.ts +++ b/back/apps/csmr-tracks/src/interfaces/csmr-tracks-legacy-fields-data.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/interfaces/index.ts b/back/apps/csmr-tracks/src/interfaces/index.ts index 60cc94b0..abe01aa7 100644 --- a/back/apps/csmr-tracks/src/interfaces/index.ts +++ b/back/apps/csmr-tracks/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-tracks/src/services/index.ts b/back/apps/csmr-tracks/src/services/index.ts index 944c7650..7d837b7d 100644 --- a/back/apps/csmr-tracks/src/services/index.ts +++ b/back/apps/csmr-tracks/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/controllers/index.ts b/back/apps/csmr-user-preferences/src/controllers/index.ts index abc410e7..7fa2b282 100644 --- a/back/apps/csmr-user-preferences/src/controllers/index.ts +++ b/back/apps/csmr-user-preferences/src/controllers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/csmr-user-preferences.module.ts b/back/apps/csmr-user-preferences/src/csmr-user-preferences.module.ts index cf092ee7..c097df51 100644 --- a/back/apps/csmr-user-preferences/src/csmr-user-preferences.module.ts +++ b/back/apps/csmr-user-preferences/src/csmr-user-preferences.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/dto/app-config.dto.ts b/back/apps/csmr-user-preferences/src/dto/app-config.dto.ts index dca36a92..1135d8ad 100644 --- a/back/apps/csmr-user-preferences/src/dto/app-config.dto.ts +++ b/back/apps/csmr-user-preferences/src/dto/app-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/dto/config.dto.ts b/back/apps/csmr-user-preferences/src/dto/config.dto.ts index 721cdb21..e8ccdf48 100644 --- a/back/apps/csmr-user-preferences/src/dto/config.dto.ts +++ b/back/apps/csmr-user-preferences/src/dto/config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/dto/index.ts b/back/apps/csmr-user-preferences/src/dto/index.ts index b6c8e52f..cdad2429 100644 --- a/back/apps/csmr-user-preferences/src/dto/index.ts +++ b/back/apps/csmr-user-preferences/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/dto/oidc-identity.dto.ts b/back/apps/csmr-user-preferences/src/dto/oidc-identity.dto.ts index a86f0554..96597db3 100644 --- a/back/apps/csmr-user-preferences/src/dto/oidc-identity.dto.ts +++ b/back/apps/csmr-user-preferences/src/dto/oidc-identity.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/dto/payload.dto.ts b/back/apps/csmr-user-preferences/src/dto/payload.dto.ts index 5a1d129b..5b77b119 100644 --- a/back/apps/csmr-user-preferences/src/dto/payload.dto.ts +++ b/back/apps/csmr-user-preferences/src/dto/payload.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/enums/error-code.enum.ts b/back/apps/csmr-user-preferences/src/enums/error-code.enum.ts index 54494d68..2edad03c 100644 --- a/back/apps/csmr-user-preferences/src/enums/error-code.enum.ts +++ b/back/apps/csmr-user-preferences/src/enums/error-code.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/enums/index.ts b/back/apps/csmr-user-preferences/src/enums/index.ts index 24d5c7cb..e60bc74b 100644 --- a/back/apps/csmr-user-preferences/src/enums/index.ts +++ b/back/apps/csmr-user-preferences/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/exceptions/csmr-user-preferences-base.exception.ts b/back/apps/csmr-user-preferences/src/exceptions/csmr-user-preferences-base.exception.ts index 233538b0..08ea5498 100644 --- a/back/apps/csmr-user-preferences/src/exceptions/csmr-user-preferences-base.exception.ts +++ b/back/apps/csmr-user-preferences/src/exceptions/csmr-user-preferences-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/apps/csmr-user-preferences/src/exceptions/csmr-user-preferences-idp-not-found.exception.ts b/back/apps/csmr-user-preferences/src/exceptions/csmr-user-preferences-idp-not-found.exception.ts index 59b55b0a..1bcb8b47 100644 --- a/back/apps/csmr-user-preferences/src/exceptions/csmr-user-preferences-idp-not-found.exception.ts +++ b/back/apps/csmr-user-preferences/src/exceptions/csmr-user-preferences-idp-not-found.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/exceptions/index.ts b/back/apps/csmr-user-preferences/src/exceptions/index.ts index 123aad0a..e6a8bf4f 100644 --- a/back/apps/csmr-user-preferences/src/exceptions/index.ts +++ b/back/apps/csmr-user-preferences/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/handlers/csmr-user-preferences.handler.ts b/back/apps/csmr-user-preferences/src/handlers/csmr-user-preferences.handler.ts index 3d6b8fc1..47acc03d 100644 --- a/back/apps/csmr-user-preferences/src/handlers/csmr-user-preferences.handler.ts +++ b/back/apps/csmr-user-preferences/src/handlers/csmr-user-preferences.handler.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/handlers/index.ts b/back/apps/csmr-user-preferences/src/handlers/index.ts index 7ed7984c..8f230ccb 100644 --- a/back/apps/csmr-user-preferences/src/handlers/index.ts +++ b/back/apps/csmr-user-preferences/src/handlers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/index.ts b/back/apps/csmr-user-preferences/src/index.ts index a5045ddb..06dbcd5c 100644 --- a/back/apps/csmr-user-preferences/src/index.ts +++ b/back/apps/csmr-user-preferences/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/interfaces/formatted-idp-settings.interface.ts b/back/apps/csmr-user-preferences/src/interfaces/formatted-idp-settings.interface.ts index 8f10371b..d14cc2d9 100644 --- a/back/apps/csmr-user-preferences/src/interfaces/formatted-idp-settings.interface.ts +++ b/back/apps/csmr-user-preferences/src/interfaces/formatted-idp-settings.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ import { IdentityProviderMetadata } from '@fc/oidc'; diff --git a/back/apps/csmr-user-preferences/src/interfaces/index.ts b/back/apps/csmr-user-preferences/src/interfaces/index.ts index b913e988..b1342c82 100644 --- a/back/apps/csmr-user-preferences/src/interfaces/index.ts +++ b/back/apps/csmr-user-preferences/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/interfaces/response.interface.ts b/back/apps/csmr-user-preferences/src/interfaces/response.interface.ts index 446ad8ea..aff45fc5 100644 --- a/back/apps/csmr-user-preferences/src/interfaces/response.interface.ts +++ b/back/apps/csmr-user-preferences/src/interfaces/response.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/csmr-user-preferences/src/services/index.ts b/back/apps/csmr-user-preferences/src/services/index.ts index 07cb3808..c4835d00 100644 --- a/back/apps/csmr-user-preferences/src/services/index.ts +++ b/back/apps/csmr-user-preferences/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/eidas-bridge/src/controllers/index.ts b/back/apps/eidas-bridge/src/controllers/index.ts index 3b715f2f..c45a83b0 100644 --- a/back/apps/eidas-bridge/src/controllers/index.ts +++ b/back/apps/eidas-bridge/src/controllers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/eidas-bridge/src/dto/eidas-bridge-config.dto.ts b/back/apps/eidas-bridge/src/dto/eidas-bridge-config.dto.ts index 54d8fb32..24737874 100644 --- a/back/apps/eidas-bridge/src/dto/eidas-bridge-config.dto.ts +++ b/back/apps/eidas-bridge/src/dto/eidas-bridge-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/eidas-bridge/src/dto/eidas-bridge-identity.dto.ts b/back/apps/eidas-bridge/src/dto/eidas-bridge-identity.dto.ts index 65e73169..57974b4b 100644 --- a/back/apps/eidas-bridge/src/dto/eidas-bridge-identity.dto.ts +++ b/back/apps/eidas-bridge/src/dto/eidas-bridge-identity.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/eidas-bridge/src/dto/eidas-bridge-session.dto.ts b/back/apps/eidas-bridge/src/dto/eidas-bridge-session.dto.ts index 3f1cbf58..e253e9d8 100644 --- a/back/apps/eidas-bridge/src/dto/eidas-bridge-session.dto.ts +++ b/back/apps/eidas-bridge/src/dto/eidas-bridge-session.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/eidas-bridge/src/dto/index.ts b/back/apps/eidas-bridge/src/dto/index.ts index 1c2d3f6a..be6e994e 100644 --- a/back/apps/eidas-bridge/src/dto/index.ts +++ b/back/apps/eidas-bridge/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/eidas-bridge/src/dto/interaction.dto.ts b/back/apps/eidas-bridge/src/dto/interaction.dto.ts index b0ba1c3c..32ad029b 100644 --- a/back/apps/eidas-bridge/src/dto/interaction.dto.ts +++ b/back/apps/eidas-bridge/src/dto/interaction.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/eidas-bridge/src/eidas-bridge.module.ts b/back/apps/eidas-bridge/src/eidas-bridge.module.ts index 5d0016d8..4b61f6ee 100644 --- a/back/apps/eidas-bridge/src/eidas-bridge.module.ts +++ b/back/apps/eidas-bridge/src/eidas-bridge.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/eidas-bridge/src/enums/eidas-bridge-routes.enum.ts b/back/apps/eidas-bridge/src/enums/eidas-bridge-routes.enum.ts index a2fed151..41efd68e 100644 --- a/back/apps/eidas-bridge/src/enums/eidas-bridge-routes.enum.ts +++ b/back/apps/eidas-bridge/src/enums/eidas-bridge-routes.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ export enum EidasBridgeRoutes { diff --git a/back/apps/eidas-bridge/src/enums/identity-provider.enum.ts b/back/apps/eidas-bridge/src/enums/identity-provider.enum.ts index 3e392967..a960af58 100644 --- a/back/apps/eidas-bridge/src/enums/identity-provider.enum.ts +++ b/back/apps/eidas-bridge/src/enums/identity-provider.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/eidas-bridge/src/enums/index.ts b/back/apps/eidas-bridge/src/enums/index.ts index 8b4bbf52..98680fdd 100644 --- a/back/apps/eidas-bridge/src/enums/index.ts +++ b/back/apps/eidas-bridge/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/eidas-bridge/src/exceptions/eidas-bridge-base.exception.ts b/back/apps/eidas-bridge/src/exceptions/eidas-bridge-base.exception.ts index 99d2d7c6..8a052478 100644 --- a/back/apps/eidas-bridge/src/exceptions/eidas-bridge-base.exception.ts +++ b/back/apps/eidas-bridge/src/exceptions/eidas-bridge-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/eidas-bridge/src/exceptions/eidas-bridge-invalid-identity.exception.ts b/back/apps/eidas-bridge/src/exceptions/eidas-bridge-invalid-identity.exception.ts index 5944667c..578866f7 100644 --- a/back/apps/eidas-bridge/src/exceptions/eidas-bridge-invalid-identity.exception.ts +++ b/back/apps/eidas-bridge/src/exceptions/eidas-bridge-invalid-identity.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/eidas-bridge/src/exceptions/eidas-bridge-login-callback.exception.ts b/back/apps/eidas-bridge/src/exceptions/eidas-bridge-login-callback.exception.ts index 79b4fd88..75b23a77 100644 --- a/back/apps/eidas-bridge/src/exceptions/eidas-bridge-login-callback.exception.ts +++ b/back/apps/eidas-bridge/src/exceptions/eidas-bridge-login-callback.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/eidas-bridge/src/exceptions/index.ts b/back/apps/eidas-bridge/src/exceptions/index.ts index 0f84a732..b2ea0ddb 100644 --- a/back/apps/eidas-bridge/src/exceptions/index.ts +++ b/back/apps/eidas-bridge/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/eidas-bridge/src/index.ts b/back/apps/eidas-bridge/src/index.ts index b5901da7..5d18fdc3 100644 --- a/back/apps/eidas-bridge/src/index.ts +++ b/back/apps/eidas-bridge/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/eidas-bridge/src/services/index.ts b/back/apps/eidas-bridge/src/services/index.ts index 27bead34..8a380add 100644 --- a/back/apps/eidas-bridge/src/services/index.ts +++ b/back/apps/eidas-bridge/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/exploitation/src/controllers/index.ts b/back/apps/exploitation/src/controllers/index.ts index b1f1a193..0bbfec0f 100644 --- a/back/apps/exploitation/src/controllers/index.ts +++ b/back/apps/exploitation/src/controllers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/exploitation/src/dtos/exploitation-config.dto.ts b/back/apps/exploitation/src/dtos/exploitation-config.dto.ts index e55b6661..cbd1cbd5 100644 --- a/back/apps/exploitation/src/dtos/exploitation-config.dto.ts +++ b/back/apps/exploitation/src/dtos/exploitation-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/exploitation/src/dtos/exploitation-session.dto.ts b/back/apps/exploitation/src/dtos/exploitation-session.dto.ts index 50c61d7a..d7836d82 100644 --- a/back/apps/exploitation/src/dtos/exploitation-session.dto.ts +++ b/back/apps/exploitation/src/dtos/exploitation-session.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/exploitation/src/dtos/index.ts b/back/apps/exploitation/src/dtos/index.ts index 3934ee7a..7f45ff97 100644 --- a/back/apps/exploitation/src/dtos/index.ts +++ b/back/apps/exploitation/src/dtos/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/exploitation/src/enums/index.ts b/back/apps/exploitation/src/enums/index.ts index ba196e84..51682dfb 100644 --- a/back/apps/exploitation/src/enums/index.ts +++ b/back/apps/exploitation/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/exploitation/src/exploitation.module.ts b/back/apps/exploitation/src/exploitation.module.ts index 38caaecd..a14473c8 100644 --- a/back/apps/exploitation/src/exploitation.module.ts +++ b/back/apps/exploitation/src/exploitation.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/exploitation/src/index.ts b/back/apps/exploitation/src/index.ts index 32bf47af..f01048fe 100644 --- a/back/apps/exploitation/src/index.ts +++ b/back/apps/exploitation/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-identity-provider/src/controllers/index.ts b/back/apps/mock-identity-provider/src/controllers/index.ts index 3b5886fe..4c33b58d 100644 --- a/back/apps/mock-identity-provider/src/controllers/index.ts +++ b/back/apps/mock-identity-provider/src/controllers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-identity-provider/src/dto/app-session.dto.ts b/back/apps/mock-identity-provider/src/dto/app-session.dto.ts index 1d36d03f..975ed254 100644 --- a/back/apps/mock-identity-provider/src/dto/app-session.dto.ts +++ b/back/apps/mock-identity-provider/src/dto/app-session.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-identity-provider/src/dto/index.ts b/back/apps/mock-identity-provider/src/dto/index.ts index 6cbe6fd4..753e9930 100644 --- a/back/apps/mock-identity-provider/src/dto/index.ts +++ b/back/apps/mock-identity-provider/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-identity-provider/src/dto/mock-identity-provider-config.dto.ts b/back/apps/mock-identity-provider/src/dto/mock-identity-provider-config.dto.ts index 46e959c9..fb0adbf7 100644 --- a/back/apps/mock-identity-provider/src/dto/mock-identity-provider-config.dto.ts +++ b/back/apps/mock-identity-provider/src/dto/mock-identity-provider-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-identity-provider/src/dto/mock-identity-provider-session.dto.ts b/back/apps/mock-identity-provider/src/dto/mock-identity-provider-session.dto.ts index 801ff99e..2bbbf796 100644 --- a/back/apps/mock-identity-provider/src/dto/mock-identity-provider-session.dto.ts +++ b/back/apps/mock-identity-provider/src/dto/mock-identity-provider-session.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-identity-provider/src/dto/sign-in.dto.ts b/back/apps/mock-identity-provider/src/dto/sign-in.dto.ts index 32926d98..a57b3f55 100644 --- a/back/apps/mock-identity-provider/src/dto/sign-in.dto.ts +++ b/back/apps/mock-identity-provider/src/dto/sign-in.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-identity-provider/src/enums/index.ts b/back/apps/mock-identity-provider/src/enums/index.ts index ec99ec0f..714530cd 100644 --- a/back/apps/mock-identity-provider/src/enums/index.ts +++ b/back/apps/mock-identity-provider/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-identity-provider/src/index.ts b/back/apps/mock-identity-provider/src/index.ts index e218d054..cfb1b0f9 100644 --- a/back/apps/mock-identity-provider/src/index.ts +++ b/back/apps/mock-identity-provider/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-identity-provider/src/interfaces/index.ts b/back/apps/mock-identity-provider/src/interfaces/index.ts index c2aab262..69dbb5b7 100644 --- a/back/apps/mock-identity-provider/src/interfaces/index.ts +++ b/back/apps/mock-identity-provider/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-identity-provider/src/interfaces/oidc-claims.interface.ts b/back/apps/mock-identity-provider/src/interfaces/oidc-claims.interface.ts index 5278c176..e5a86047 100644 --- a/back/apps/mock-identity-provider/src/interfaces/oidc-claims.interface.ts +++ b/back/apps/mock-identity-provider/src/interfaces/oidc-claims.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-identity-provider/src/mock-identity-provider.module.ts b/back/apps/mock-identity-provider/src/mock-identity-provider.module.ts index 623ed85a..5ef74f8b 100644 --- a/back/apps/mock-identity-provider/src/mock-identity-provider.module.ts +++ b/back/apps/mock-identity-provider/src/mock-identity-provider.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-identity-provider/src/services/index.ts b/back/apps/mock-identity-provider/src/services/index.ts index e073b684..485a2796 100644 --- a/back/apps/mock-identity-provider/src/services/index.ts +++ b/back/apps/mock-identity-provider/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-service-provider/src/controllers/index.ts b/back/apps/mock-service-provider/src/controllers/index.ts index c526855a..f8e2382b 100644 --- a/back/apps/mock-service-provider/src/controllers/index.ts +++ b/back/apps/mock-service-provider/src/controllers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-service-provider/src/dto/access-token-params.dto.ts b/back/apps/mock-service-provider/src/dto/access-token-params.dto.ts index d1dec373..d13905a9 100644 --- a/back/apps/mock-service-provider/src/dto/access-token-params.dto.ts +++ b/back/apps/mock-service-provider/src/dto/access-token-params.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-service-provider/src/dto/index.ts b/back/apps/mock-service-provider/src/dto/index.ts index b1be441d..b0da58f3 100644 --- a/back/apps/mock-service-provider/src/dto/index.ts +++ b/back/apps/mock-service-provider/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-service-provider/src/dto/mock-provider-session.dto.ts b/back/apps/mock-service-provider/src/dto/mock-provider-session.dto.ts index 37b8c6aa..c342d369 100644 --- a/back/apps/mock-service-provider/src/dto/mock-provider-session.dto.ts +++ b/back/apps/mock-service-provider/src/dto/mock-provider-session.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-service-provider/src/dto/mock-service-provider-config.dto.ts b/back/apps/mock-service-provider/src/dto/mock-service-provider-config.dto.ts index 90ddbeaf..7601bc0f 100644 --- a/back/apps/mock-service-provider/src/dto/mock-service-provider-config.dto.ts +++ b/back/apps/mock-service-provider/src/dto/mock-service-provider-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-service-provider/src/enums/index.ts b/back/apps/mock-service-provider/src/enums/index.ts index 4d5f3f54..463bfed9 100644 --- a/back/apps/mock-service-provider/src/enums/index.ts +++ b/back/apps/mock-service-provider/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-service-provider/src/exceptions/index.ts b/back/apps/mock-service-provider/src/exceptions/index.ts index 6bfa38d4..11c6518b 100644 --- a/back/apps/mock-service-provider/src/exceptions/index.ts +++ b/back/apps/mock-service-provider/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-service-provider/src/exceptions/mock-service-provider-base.exception.ts b/back/apps/mock-service-provider/src/exceptions/mock-service-provider-base.exception.ts index 877bcabe..d5ffd7d0 100644 --- a/back/apps/mock-service-provider/src/exceptions/mock-service-provider-base.exception.ts +++ b/back/apps/mock-service-provider/src/exceptions/mock-service-provider-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-service-provider/src/index.ts b/back/apps/mock-service-provider/src/index.ts index a9fa7ead..4324859d 100644 --- a/back/apps/mock-service-provider/src/index.ts +++ b/back/apps/mock-service-provider/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/mock-service-provider/src/mock-service-provider.module.ts b/back/apps/mock-service-provider/src/mock-service-provider.module.ts index 91283adc..06b904ad 100644 --- a/back/apps/mock-service-provider/src/mock-service-provider.module.ts +++ b/back/apps/mock-service-provider/src/mock-service-provider.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/partners/src/controllers/index.ts b/back/apps/partners/src/controllers/index.ts index a9088d92..7b5c7b01 100644 --- a/back/apps/partners/src/controllers/index.ts +++ b/back/apps/partners/src/controllers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/partners/src/dto/app-config.dto.ts b/back/apps/partners/src/dto/app-config.dto.ts index fe4f364f..c476273f 100644 --- a/back/apps/partners/src/dto/app-config.dto.ts +++ b/back/apps/partners/src/dto/app-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/partners/src/dto/index.ts b/back/apps/partners/src/dto/index.ts index 275de309..8d460485 100644 --- a/back/apps/partners/src/dto/index.ts +++ b/back/apps/partners/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/partners/src/dto/login-credentials.dto.ts b/back/apps/partners/src/dto/login-credentials.dto.ts index 2f77d395..aaeda18b 100644 --- a/back/apps/partners/src/dto/login-credentials.dto.ts +++ b/back/apps/partners/src/dto/login-credentials.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/partners/src/dto/partners-config.dto.ts b/back/apps/partners/src/dto/partners-config.dto.ts index d1556ad4..535c8457 100644 --- a/back/apps/partners/src/dto/partners-config.dto.ts +++ b/back/apps/partners/src/dto/partners-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/partners/src/dto/partners-session.dto.ts b/back/apps/partners/src/dto/partners-session.dto.ts index 03e290df..9216676e 100644 --- a/back/apps/partners/src/dto/partners-session.dto.ts +++ b/back/apps/partners/src/dto/partners-session.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/partners/src/enums/index.ts b/back/apps/partners/src/enums/index.ts index 46434c1e..424e6476 100644 --- a/back/apps/partners/src/enums/index.ts +++ b/back/apps/partners/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/partners/src/index.ts b/back/apps/partners/src/index.ts index 95785d79..03beda79 100644 --- a/back/apps/partners/src/index.ts +++ b/back/apps/partners/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/partners/src/interfaces/index.ts b/back/apps/partners/src/interfaces/index.ts index 7a3b569c..00da1535 100644 --- a/back/apps/partners/src/interfaces/index.ts +++ b/back/apps/partners/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/partners/src/interfaces/logged-user.interface.ts b/back/apps/partners/src/interfaces/logged-user.interface.ts index d981a592..d049a45e 100644 --- a/back/apps/partners/src/interfaces/logged-user.interface.ts +++ b/back/apps/partners/src/interfaces/logged-user.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/partners/src/partners.module.ts b/back/apps/partners/src/partners.module.ts index 815d22a0..73a8a57c 100644 --- a/back/apps/partners/src/partners.module.ts +++ b/back/apps/partners/src/partners.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/partners/src/services/index.ts b/back/apps/partners/src/services/index.ts index 1e1d783f..c235b55f 100644 --- a/back/apps/partners/src/services/index.ts +++ b/back/apps/partners/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/tracks-data-provider/src/controllers/index.ts b/back/apps/tracks-data-provider/src/controllers/index.ts index c78851c8..359b8e57 100644 --- a/back/apps/tracks-data-provider/src/controllers/index.ts +++ b/back/apps/tracks-data-provider/src/controllers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/apps/tracks-data-provider/src/dto/app-config.dto.ts b/back/apps/tracks-data-provider/src/dto/app-config.dto.ts index fe4f364f..c476273f 100644 --- a/back/apps/tracks-data-provider/src/dto/app-config.dto.ts +++ b/back/apps/tracks-data-provider/src/dto/app-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/tracks-data-provider/src/dto/index.ts b/back/apps/tracks-data-provider/src/dto/index.ts index 1b631117..d1324cf0 100644 --- a/back/apps/tracks-data-provider/src/dto/index.ts +++ b/back/apps/tracks-data-provider/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/tracks-data-provider/src/dto/tracks-data-provider-config.dto.ts b/back/apps/tracks-data-provider/src/dto/tracks-data-provider-config.dto.ts index 8acc643a..3c7d378a 100644 --- a/back/apps/tracks-data-provider/src/dto/tracks-data-provider-config.dto.ts +++ b/back/apps/tracks-data-provider/src/dto/tracks-data-provider-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/tracks-data-provider/src/enums/index.ts b/back/apps/tracks-data-provider/src/enums/index.ts index d6c9bae0..c35169a1 100644 --- a/back/apps/tracks-data-provider/src/enums/index.ts +++ b/back/apps/tracks-data-provider/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/apps/tracks-data-provider/src/enums/tracks-data-provider-routes.enum.ts b/back/apps/tracks-data-provider/src/enums/tracks-data-provider-routes.enum.ts index a5dfc83c..105907a1 100644 --- a/back/apps/tracks-data-provider/src/enums/tracks-data-provider-routes.enum.ts +++ b/back/apps/tracks-data-provider/src/enums/tracks-data-provider-routes.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/apps/tracks-data-provider/src/index.ts b/back/apps/tracks-data-provider/src/index.ts index 4d39e395..8ad0ede3 100644 --- a/back/apps/tracks-data-provider/src/index.ts +++ b/back/apps/tracks-data-provider/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/tracks-data-provider/src/tracks-data-provider.module.ts b/back/apps/tracks-data-provider/src/tracks-data-provider.module.ts index 1a1fe09d..564007d5 100644 --- a/back/apps/tracks-data-provider/src/tracks-data-provider.module.ts +++ b/back/apps/tracks-data-provider/src/tracks-data-provider.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/apps/user-dashboard/src/controllers/index.ts b/back/apps/user-dashboard/src/controllers/index.ts index cd7eb724..d9d536c3 100644 --- a/back/apps/user-dashboard/src/controllers/index.ts +++ b/back/apps/user-dashboard/src/controllers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/user-dashboard/src/dto/access-token-params.dto.ts b/back/apps/user-dashboard/src/dto/access-token-params.dto.ts index d1dec373..d13905a9 100644 --- a/back/apps/user-dashboard/src/dto/access-token-params.dto.ts +++ b/back/apps/user-dashboard/src/dto/access-token-params.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/user-dashboard/src/dto/app-config.dto.ts b/back/apps/user-dashboard/src/dto/app-config.dto.ts index 06118a4b..fa704b69 100644 --- a/back/apps/user-dashboard/src/dto/app-config.dto.ts +++ b/back/apps/user-dashboard/src/dto/app-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/user-dashboard/src/dto/fc-identity.dto.ts b/back/apps/user-dashboard/src/dto/fc-identity.dto.ts index 593b45ec..54aad230 100644 --- a/back/apps/user-dashboard/src/dto/fc-identity.dto.ts +++ b/back/apps/user-dashboard/src/dto/fc-identity.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/user-dashboard/src/dto/index.ts b/back/apps/user-dashboard/src/dto/index.ts index bd4568cd..598698a5 100644 --- a/back/apps/user-dashboard/src/dto/index.ts +++ b/back/apps/user-dashboard/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/user-dashboard/src/dto/user-dashboard-config.dto.ts b/back/apps/user-dashboard/src/dto/user-dashboard-config.dto.ts index 92f19928..0d33cbfa 100644 --- a/back/apps/user-dashboard/src/dto/user-dashboard-config.dto.ts +++ b/back/apps/user-dashboard/src/dto/user-dashboard-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/user-dashboard/src/dto/user-dashboard-get-user-traces-query.dto.ts b/back/apps/user-dashboard/src/dto/user-dashboard-get-user-traces-query.dto.ts index c823577f..cfbb7312 100644 --- a/back/apps/user-dashboard/src/dto/user-dashboard-get-user-traces-query.dto.ts +++ b/back/apps/user-dashboard/src/dto/user-dashboard-get-user-traces-query.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/user-dashboard/src/dto/user-dashboard-session.dto.ts b/back/apps/user-dashboard/src/dto/user-dashboard-session.dto.ts index fbf0621a..e4773a3e 100644 --- a/back/apps/user-dashboard/src/dto/user-dashboard-session.dto.ts +++ b/back/apps/user-dashboard/src/dto/user-dashboard-session.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/user-dashboard/src/dto/user-preferences-body.dto.ts b/back/apps/user-dashboard/src/dto/user-preferences-body.dto.ts index 67bc93d7..808e12e6 100644 --- a/back/apps/user-dashboard/src/dto/user-preferences-body.dto.ts +++ b/back/apps/user-dashboard/src/dto/user-preferences-body.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/user-dashboard/src/enums/emails-template.enum.ts b/back/apps/user-dashboard/src/enums/emails-template.enum.ts index bdc6e55a..c903105e 100644 --- a/back/apps/user-dashboard/src/enums/emails-template.enum.ts +++ b/back/apps/user-dashboard/src/enums/emails-template.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/user-dashboard/src/enums/format-date.enum.ts b/back/apps/user-dashboard/src/enums/format-date.enum.ts index bccb8307..8bf221a3 100644 --- a/back/apps/user-dashboard/src/enums/format-date.enum.ts +++ b/back/apps/user-dashboard/src/enums/format-date.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/user-dashboard/src/enums/index.ts b/back/apps/user-dashboard/src/enums/index.ts index 36279e67..5e983ee7 100644 --- a/back/apps/user-dashboard/src/enums/index.ts +++ b/back/apps/user-dashboard/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/user-dashboard/src/exceptions/index.ts b/back/apps/user-dashboard/src/exceptions/index.ts index 476d91e8..31dbfac6 100644 --- a/back/apps/user-dashboard/src/exceptions/index.ts +++ b/back/apps/user-dashboard/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/user-dashboard/src/index.ts b/back/apps/user-dashboard/src/index.ts index 0a10966a..ad4577d8 100644 --- a/back/apps/user-dashboard/src/index.ts +++ b/back/apps/user-dashboard/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/user-dashboard/src/services/index.ts b/back/apps/user-dashboard/src/services/index.ts index 68b359d9..306d7708 100644 --- a/back/apps/user-dashboard/src/services/index.ts +++ b/back/apps/user-dashboard/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/apps/user-dashboard/src/user-dashboard.module.ts b/back/apps/user-dashboard/src/user-dashboard.module.ts index 216fdbf4..92452b18 100644 --- a/back/apps/user-dashboard/src/user-dashboard.module.ts +++ b/back/apps/user-dashboard/src/user-dashboard.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/entities/typeorm/index.ts b/back/entities/typeorm/index.ts index 5f21877a..f22df94a 100644 --- a/back/entities/typeorm/index.ts +++ b/back/entities/typeorm/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/bridge-http-proxy-rie/src/app.module.ts b/back/instances/bridge-http-proxy-rie/src/app.module.ts index 215e4595..fc1e0c5a 100644 --- a/back/instances/bridge-http-proxy-rie/src/app.module.ts +++ b/back/instances/bridge-http-proxy-rie/src/app.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/bridge-http-proxy-rie/src/config/app.ts b/back/instances/bridge-http-proxy-rie/src/config/app.ts index f1ca6eff..5e4ef7fe 100644 --- a/back/instances/bridge-http-proxy-rie/src/config/app.ts +++ b/back/instances/bridge-http-proxy-rie/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/bridge-http-proxy-rie/src/config/index.ts b/back/instances/bridge-http-proxy-rie/src/config/index.ts index 2e101bfc..4a2151d4 100644 --- a/back/instances/bridge-http-proxy-rie/src/config/index.ts +++ b/back/instances/bridge-http-proxy-rie/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/bridge-http-proxy-rie/src/config/logger.ts b/back/instances/bridge-http-proxy-rie/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/bridge-http-proxy-rie/src/config/logger.ts +++ b/back/instances/bridge-http-proxy-rie/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/bridge-http-proxy-rie/src/config/rie-broker.ts b/back/instances/bridge-http-proxy-rie/src/config/rie-broker.ts index 0ae83a76..cfa23c13 100644 --- a/back/instances/bridge-http-proxy-rie/src/config/rie-broker.ts +++ b/back/instances/bridge-http-proxy-rie/src/config/rie-broker.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/bridge-http-proxy-rie/src/main.ts b/back/instances/bridge-http-proxy-rie/src/main.ts index 067efb27..d96f065a 100644 --- a/back/instances/bridge-http-proxy-rie/src/main.ts +++ b/back/instances/bridge-http-proxy-rie/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/core-fca-low/src/app.module.ts b/back/instances/core-fca-low/src/app.module.ts index 1fc58abb..e7731179 100644 --- a/back/instances/core-fca-low/src/app.module.ts +++ b/back/instances/core-fca-low/src/app.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/core-fca-low/src/config/app.ts b/back/instances/core-fca-low/src/config/app.ts index 853b2fb1..8e4fadd6 100644 --- a/back/instances/core-fca-low/src/config/app.ts +++ b/back/instances/core-fca-low/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fca-low/src/config/cryptography-fca.ts b/back/instances/core-fca-low/src/config/cryptography-fca.ts index 60f8126e..da4c7703 100644 --- a/back/instances/core-fca-low/src/config/cryptography-fca.ts +++ b/back/instances/core-fca-low/src/config/cryptography-fca.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fca-low/src/config/identity-provider-adapter-mongo.ts b/back/instances/core-fca-low/src/config/identity-provider-adapter-mongo.ts index 4636652d..30c72a7a 100644 --- a/back/instances/core-fca-low/src/config/identity-provider-adapter-mongo.ts +++ b/back/instances/core-fca-low/src/config/identity-provider-adapter-mongo.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fca-low/src/config/index.ts b/back/instances/core-fca-low/src/config/index.ts index d675f3ed..b13d469b 100644 --- a/back/instances/core-fca-low/src/config/index.ts +++ b/back/instances/core-fca-low/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fca-low/src/config/logger.ts b/back/instances/core-fca-low/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/core-fca-low/src/config/logger.ts +++ b/back/instances/core-fca-low/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fca-low/src/config/mongoose.ts b/back/instances/core-fca-low/src/config/mongoose.ts index 99dbae19..79005fed 100644 --- a/back/instances/core-fca-low/src/config/mongoose.ts +++ b/back/instances/core-fca-low/src/config/mongoose.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fca-low/src/config/oidc-client.ts b/back/instances/core-fca-low/src/config/oidc-client.ts index da73d622..3873ec93 100644 --- a/back/instances/core-fca-low/src/config/oidc-client.ts +++ b/back/instances/core-fca-low/src/config/oidc-client.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fca-low/src/config/oidc-provider.ts b/back/instances/core-fca-low/src/config/oidc-provider.ts index 40312efb..85d1f915 100644 --- a/back/instances/core-fca-low/src/config/oidc-provider.ts +++ b/back/instances/core-fca-low/src/config/oidc-provider.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fca-low/src/config/override-oidc-provider.ts b/back/instances/core-fca-low/src/config/override-oidc-provider.ts index 89459460..b499f31d 100644 --- a/back/instances/core-fca-low/src/config/override-oidc-provider.ts +++ b/back/instances/core-fca-low/src/config/override-oidc-provider.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fca-low/src/config/redis.ts b/back/instances/core-fca-low/src/config/redis.ts index 37ec75d7..36d5a772 100644 --- a/back/instances/core-fca-low/src/config/redis.ts +++ b/back/instances/core-fca-low/src/config/redis.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fca-low/src/config/service-provider-adapter-mongo.ts b/back/instances/core-fca-low/src/config/service-provider-adapter-mongo.ts index bb8fb642..ed885861 100644 --- a/back/instances/core-fca-low/src/config/service-provider-adapter-mongo.ts +++ b/back/instances/core-fca-low/src/config/service-provider-adapter-mongo.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fca-low/src/config/session.ts b/back/instances/core-fca-low/src/config/session.ts index 6148c2c2..2d01c940 100644 --- a/back/instances/core-fca-low/src/config/session.ts +++ b/back/instances/core-fca-low/src/config/session.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fca-low/src/main.ts b/back/instances/core-fca-low/src/main.ts index ee05eb8e..ecf413a1 100644 --- a/back/instances/core-fca-low/src/main.ts +++ b/back/instances/core-fca-low/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/core-fcp-high/src/app.module.ts b/back/instances/core-fcp-high/src/app.module.ts index 4f3a8a71..a763b00a 100644 --- a/back/instances/core-fcp-high/src/app.module.ts +++ b/back/instances/core-fcp-high/src/app.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/core-fcp-high/src/config/app.ts b/back/instances/core-fcp-high/src/config/app.ts index 602a59b1..4f9c327f 100644 --- a/back/instances/core-fcp-high/src/config/app.ts +++ b/back/instances/core-fcp-high/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-high/src/config/cryptography-broker.ts b/back/instances/core-fcp-high/src/config/cryptography-broker.ts index cbe42532..3ae8ad71 100644 --- a/back/instances/core-fcp-high/src/config/cryptography-broker.ts +++ b/back/instances/core-fcp-high/src/config/cryptography-broker.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-high/src/config/cryptography-eidas.ts b/back/instances/core-fcp-high/src/config/cryptography-eidas.ts index ca1b8c29..505beb5e 100644 --- a/back/instances/core-fcp-high/src/config/cryptography-eidas.ts +++ b/back/instances/core-fcp-high/src/config/cryptography-eidas.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-high/src/config/cryptography-fcp.ts b/back/instances/core-fcp-high/src/config/cryptography-fcp.ts index d001bad9..616b5374 100644 --- a/back/instances/core-fcp-high/src/config/cryptography-fcp.ts +++ b/back/instances/core-fcp-high/src/config/cryptography-fcp.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-high/src/config/identity-provider-adapter-mongo.ts b/back/instances/core-fcp-high/src/config/identity-provider-adapter-mongo.ts index 4636652d..30c72a7a 100644 --- a/back/instances/core-fcp-high/src/config/identity-provider-adapter-mongo.ts +++ b/back/instances/core-fcp-high/src/config/identity-provider-adapter-mongo.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-high/src/config/index.ts b/back/instances/core-fcp-high/src/config/index.ts index 98f2b21e..9cf93806 100644 --- a/back/instances/core-fcp-high/src/config/index.ts +++ b/back/instances/core-fcp-high/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-high/src/config/logger.ts b/back/instances/core-fcp-high/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/core-fcp-high/src/config/logger.ts +++ b/back/instances/core-fcp-high/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-high/src/config/mailer.ts b/back/instances/core-fcp-high/src/config/mailer.ts index 01874d8b..f1635c4e 100644 --- a/back/instances/core-fcp-high/src/config/mailer.ts +++ b/back/instances/core-fcp-high/src/config/mailer.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-high/src/config/mongoose.ts b/back/instances/core-fcp-high/src/config/mongoose.ts index 99dbae19..79005fed 100644 --- a/back/instances/core-fcp-high/src/config/mongoose.ts +++ b/back/instances/core-fcp-high/src/config/mongoose.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-high/src/config/oidc-client.ts b/back/instances/core-fcp-high/src/config/oidc-client.ts index e069addf..dc39f510 100644 --- a/back/instances/core-fcp-high/src/config/oidc-client.ts +++ b/back/instances/core-fcp-high/src/config/oidc-client.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-high/src/config/oidc-provider.ts b/back/instances/core-fcp-high/src/config/oidc-provider.ts index 0ae528fb..808f111a 100644 --- a/back/instances/core-fcp-high/src/config/oidc-provider.ts +++ b/back/instances/core-fcp-high/src/config/oidc-provider.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-high/src/config/override-oidc-provider.ts b/back/instances/core-fcp-high/src/config/override-oidc-provider.ts index 89459460..b499f31d 100644 --- a/back/instances/core-fcp-high/src/config/override-oidc-provider.ts +++ b/back/instances/core-fcp-high/src/config/override-oidc-provider.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-high/src/config/redis.ts b/back/instances/core-fcp-high/src/config/redis.ts index 5d5dc930..e0e47ae4 100644 --- a/back/instances/core-fcp-high/src/config/redis.ts +++ b/back/instances/core-fcp-high/src/config/redis.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-high/src/config/rnipp.ts b/back/instances/core-fcp-high/src/config/rnipp.ts index 0504250f..b43c9fc6 100644 --- a/back/instances/core-fcp-high/src/config/rnipp.ts +++ b/back/instances/core-fcp-high/src/config/rnipp.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-high/src/config/scopes.ts b/back/instances/core-fcp-high/src/config/scopes.ts index 6251484e..ec63a7b0 100644 --- a/back/instances/core-fcp-high/src/config/scopes.ts +++ b/back/instances/core-fcp-high/src/config/scopes.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/core-fcp-high/src/config/service-provider-adapter-mongo.ts b/back/instances/core-fcp-high/src/config/service-provider-adapter-mongo.ts index bb8fb642..ed885861 100644 --- a/back/instances/core-fcp-high/src/config/service-provider-adapter-mongo.ts +++ b/back/instances/core-fcp-high/src/config/service-provider-adapter-mongo.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-high/src/config/session.ts b/back/instances/core-fcp-high/src/config/session.ts index 8580d620..e92ad2a0 100644 --- a/back/instances/core-fcp-high/src/config/session.ts +++ b/back/instances/core-fcp-high/src/config/session.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-high/src/main.ts b/back/instances/core-fcp-high/src/main.ts index 6b41d887..d8990128 100644 --- a/back/instances/core-fcp-high/src/main.ts +++ b/back/instances/core-fcp-high/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/core-fcp-low/src/app.module.ts b/back/instances/core-fcp-low/src/app.module.ts index 268cd549..26b00741 100644 --- a/back/instances/core-fcp-low/src/app.module.ts +++ b/back/instances/core-fcp-low/src/app.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/core-fcp-low/src/config/app.ts b/back/instances/core-fcp-low/src/config/app.ts index 548c2749..ab6faf30 100644 --- a/back/instances/core-fcp-low/src/config/app.ts +++ b/back/instances/core-fcp-low/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-low/src/config/cryptography-eidas.ts b/back/instances/core-fcp-low/src/config/cryptography-eidas.ts index 194798b3..2ca2abeb 100644 --- a/back/instances/core-fcp-low/src/config/cryptography-eidas.ts +++ b/back/instances/core-fcp-low/src/config/cryptography-eidas.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-low/src/config/cryptography-fcp.ts b/back/instances/core-fcp-low/src/config/cryptography-fcp.ts index 813f3355..771f2642 100644 --- a/back/instances/core-fcp-low/src/config/cryptography-fcp.ts +++ b/back/instances/core-fcp-low/src/config/cryptography-fcp.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-low/src/config/identity-provider-adapter-mongo.ts b/back/instances/core-fcp-low/src/config/identity-provider-adapter-mongo.ts index 4636652d..30c72a7a 100644 --- a/back/instances/core-fcp-low/src/config/identity-provider-adapter-mongo.ts +++ b/back/instances/core-fcp-low/src/config/identity-provider-adapter-mongo.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-low/src/config/index.ts b/back/instances/core-fcp-low/src/config/index.ts index a0caaad1..5f64aec8 100644 --- a/back/instances/core-fcp-low/src/config/index.ts +++ b/back/instances/core-fcp-low/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-low/src/config/logger.ts b/back/instances/core-fcp-low/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/core-fcp-low/src/config/logger.ts +++ b/back/instances/core-fcp-low/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-low/src/config/mailer.ts b/back/instances/core-fcp-low/src/config/mailer.ts index 4e39bacd..0d1846ec 100644 --- a/back/instances/core-fcp-low/src/config/mailer.ts +++ b/back/instances/core-fcp-low/src/config/mailer.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-low/src/config/mongoose.ts b/back/instances/core-fcp-low/src/config/mongoose.ts index 99dbae19..79005fed 100644 --- a/back/instances/core-fcp-low/src/config/mongoose.ts +++ b/back/instances/core-fcp-low/src/config/mongoose.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-low/src/config/oidc-client.ts b/back/instances/core-fcp-low/src/config/oidc-client.ts index d507f868..339939b2 100644 --- a/back/instances/core-fcp-low/src/config/oidc-client.ts +++ b/back/instances/core-fcp-low/src/config/oidc-client.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-low/src/config/oidc-provider.ts b/back/instances/core-fcp-low/src/config/oidc-provider.ts index afbda2d1..bfa65cde 100644 --- a/back/instances/core-fcp-low/src/config/oidc-provider.ts +++ b/back/instances/core-fcp-low/src/config/oidc-provider.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-low/src/config/override-oidc-provider.ts b/back/instances/core-fcp-low/src/config/override-oidc-provider.ts index 89459460..b499f31d 100644 --- a/back/instances/core-fcp-low/src/config/override-oidc-provider.ts +++ b/back/instances/core-fcp-low/src/config/override-oidc-provider.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-low/src/config/redis.ts b/back/instances/core-fcp-low/src/config/redis.ts index 5d5dc930..e0e47ae4 100644 --- a/back/instances/core-fcp-low/src/config/redis.ts +++ b/back/instances/core-fcp-low/src/config/redis.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-low/src/config/rnipp.ts b/back/instances/core-fcp-low/src/config/rnipp.ts index 0504250f..b43c9fc6 100644 --- a/back/instances/core-fcp-low/src/config/rnipp.ts +++ b/back/instances/core-fcp-low/src/config/rnipp.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-low/src/config/scopes.ts b/back/instances/core-fcp-low/src/config/scopes.ts index 06bae354..664ba515 100644 --- a/back/instances/core-fcp-low/src/config/scopes.ts +++ b/back/instances/core-fcp-low/src/config/scopes.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/core-fcp-low/src/config/service-provider-adapter-mongo.ts b/back/instances/core-fcp-low/src/config/service-provider-adapter-mongo.ts index bb8fb642..ed885861 100644 --- a/back/instances/core-fcp-low/src/config/service-provider-adapter-mongo.ts +++ b/back/instances/core-fcp-low/src/config/service-provider-adapter-mongo.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-low/src/config/session.ts b/back/instances/core-fcp-low/src/config/session.ts index a7f4a4b0..b3ca0eda 100644 --- a/back/instances/core-fcp-low/src/config/session.ts +++ b/back/instances/core-fcp-low/src/config/session.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/core-fcp-low/src/main.ts b/back/instances/core-fcp-low/src/main.ts index 68c012f3..9265e1a2 100644 --- a/back/instances/core-fcp-low/src/main.ts +++ b/back/instances/core-fcp-low/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/csmr-account/src/app.module.ts b/back/instances/csmr-account/src/app.module.ts index 976b89cf..b7965353 100644 --- a/back/instances/csmr-account/src/app.module.ts +++ b/back/instances/csmr-account/src/app.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/csmr-account/src/config/account-broker.ts b/back/instances/csmr-account/src/config/account-broker.ts index fe09fc07..e6d479c4 100644 --- a/back/instances/csmr-account/src/config/account-broker.ts +++ b/back/instances/csmr-account/src/config/account-broker.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-account/src/config/index.ts b/back/instances/csmr-account/src/config/index.ts index 9dad2b00..39187812 100644 --- a/back/instances/csmr-account/src/config/index.ts +++ b/back/instances/csmr-account/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-account/src/config/logger.ts b/back/instances/csmr-account/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/csmr-account/src/config/logger.ts +++ b/back/instances/csmr-account/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-account/src/config/mongoose.ts b/back/instances/csmr-account/src/config/mongoose.ts index 99dbae19..79005fed 100644 --- a/back/instances/csmr-account/src/config/mongoose.ts +++ b/back/instances/csmr-account/src/config/mongoose.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-account/src/main.ts b/back/instances/csmr-account/src/main.ts index 49f62fdd..dd404fdb 100644 --- a/back/instances/csmr-account/src/main.ts +++ b/back/instances/csmr-account/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/csmr-hsm-high/src/app.module.ts b/back/instances/csmr-hsm-high/src/app.module.ts index 4bc1a2cf..6ebc1428 100644 --- a/back/instances/csmr-hsm-high/src/app.module.ts +++ b/back/instances/csmr-hsm-high/src/app.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/csmr-hsm-high/src/config/cryptography-broker.ts b/back/instances/csmr-hsm-high/src/config/cryptography-broker.ts index cbe42532..3ae8ad71 100644 --- a/back/instances/csmr-hsm-high/src/config/cryptography-broker.ts +++ b/back/instances/csmr-hsm-high/src/config/cryptography-broker.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-hsm-high/src/config/hsm.ts b/back/instances/csmr-hsm-high/src/config/hsm.ts index fb924e25..8f912c68 100644 --- a/back/instances/csmr-hsm-high/src/config/hsm.ts +++ b/back/instances/csmr-hsm-high/src/config/hsm.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-hsm-high/src/config/index.ts b/back/instances/csmr-hsm-high/src/config/index.ts index 4df6a4b6..3be52fb1 100644 --- a/back/instances/csmr-hsm-high/src/config/index.ts +++ b/back/instances/csmr-hsm-high/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-hsm-high/src/config/logger.ts b/back/instances/csmr-hsm-high/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/csmr-hsm-high/src/config/logger.ts +++ b/back/instances/csmr-hsm-high/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-hsm-high/src/main.ts b/back/instances/csmr-hsm-high/src/main.ts index 21cd3283..1c16a7b2 100644 --- a/back/instances/csmr-hsm-high/src/main.ts +++ b/back/instances/csmr-hsm-high/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/csmr-rie/src/app.module.ts b/back/instances/csmr-rie/src/app.module.ts index 28160743..db125f3d 100644 --- a/back/instances/csmr-rie/src/app.module.ts +++ b/back/instances/csmr-rie/src/app.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/csmr-rie/src/config/index.ts b/back/instances/csmr-rie/src/config/index.ts index aa4e7c72..af7b21ec 100644 --- a/back/instances/csmr-rie/src/config/index.ts +++ b/back/instances/csmr-rie/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-rie/src/config/logger.ts b/back/instances/csmr-rie/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/csmr-rie/src/config/logger.ts +++ b/back/instances/csmr-rie/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-rie/src/config/rie-broker.ts b/back/instances/csmr-rie/src/config/rie-broker.ts index 1cb3d2a1..3ff78d0f 100644 --- a/back/instances/csmr-rie/src/config/rie-broker.ts +++ b/back/instances/csmr-rie/src/config/rie-broker.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-rie/src/main.ts b/back/instances/csmr-rie/src/main.ts index bbc5518d..8dfed019 100644 --- a/back/instances/csmr-rie/src/main.ts +++ b/back/instances/csmr-rie/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/csmr-tracks/src/app.module.ts b/back/instances/csmr-tracks/src/app.module.ts index de388cd2..261e655e 100644 --- a/back/instances/csmr-tracks/src/app.module.ts +++ b/back/instances/csmr-tracks/src/app.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/csmr-tracks/src/config/account-high-broker.ts b/back/instances/csmr-tracks/src/config/account-high-broker.ts index fb789e61..2b4f8152 100644 --- a/back/instances/csmr-tracks/src/config/account-high-broker.ts +++ b/back/instances/csmr-tracks/src/config/account-high-broker.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-tracks/src/config/account-legacy-broker.ts b/back/instances/csmr-tracks/src/config/account-legacy-broker.ts index 7b3db731..23af9c44 100644 --- a/back/instances/csmr-tracks/src/config/account-legacy-broker.ts +++ b/back/instances/csmr-tracks/src/config/account-legacy-broker.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-tracks/src/config/elasticsearch.ts b/back/instances/csmr-tracks/src/config/elasticsearch.ts index 7b38de9d..947fa86a 100644 --- a/back/instances/csmr-tracks/src/config/elasticsearch.ts +++ b/back/instances/csmr-tracks/src/config/elasticsearch.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-tracks/src/config/geoip-maxmind.ts b/back/instances/csmr-tracks/src/config/geoip-maxmind.ts index 02cd663b..004d984b 100644 --- a/back/instances/csmr-tracks/src/config/geoip-maxmind.ts +++ b/back/instances/csmr-tracks/src/config/geoip-maxmind.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-tracks/src/config/index.ts b/back/instances/csmr-tracks/src/config/index.ts index 2d83bccb..7c47cdba 100644 --- a/back/instances/csmr-tracks/src/config/index.ts +++ b/back/instances/csmr-tracks/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-tracks/src/config/logger.ts b/back/instances/csmr-tracks/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/csmr-tracks/src/config/logger.ts +++ b/back/instances/csmr-tracks/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-tracks/src/config/mappings.ts b/back/instances/csmr-tracks/src/config/mappings.ts index 8f206484..3babcf67 100644 --- a/back/instances/csmr-tracks/src/config/mappings.ts +++ b/back/instances/csmr-tracks/src/config/mappings.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-tracks/src/config/scopes-fc-legacy.ts b/back/instances/csmr-tracks/src/config/scopes-fc-legacy.ts index 1776783f..73c38992 100644 --- a/back/instances/csmr-tracks/src/config/scopes-fc-legacy.ts +++ b/back/instances/csmr-tracks/src/config/scopes-fc-legacy.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/csmr-tracks/src/config/scopes-fcp-high.ts b/back/instances/csmr-tracks/src/config/scopes-fcp-high.ts index 6251484e..ec63a7b0 100644 --- a/back/instances/csmr-tracks/src/config/scopes-fcp-high.ts +++ b/back/instances/csmr-tracks/src/config/scopes-fcp-high.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/csmr-tracks/src/config/tracks-broker.ts b/back/instances/csmr-tracks/src/config/tracks-broker.ts index dba62479..5e7f8f2c 100644 --- a/back/instances/csmr-tracks/src/config/tracks-broker.ts +++ b/back/instances/csmr-tracks/src/config/tracks-broker.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-tracks/src/main.ts b/back/instances/csmr-tracks/src/main.ts index e874c3f2..d4b2d420 100644 --- a/back/instances/csmr-tracks/src/main.ts +++ b/back/instances/csmr-tracks/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/csmr-user-preferences-high/src/app.module.ts b/back/instances/csmr-user-preferences-high/src/app.module.ts index 4a11d813..29335550 100644 --- a/back/instances/csmr-user-preferences-high/src/app.module.ts +++ b/back/instances/csmr-user-preferences-high/src/app.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/csmr-user-preferences-high/src/config/app.ts b/back/instances/csmr-user-preferences-high/src/config/app.ts index bccc6e05..643ec05f 100644 --- a/back/instances/csmr-user-preferences-high/src/config/app.ts +++ b/back/instances/csmr-user-preferences-high/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-user-preferences-high/src/config/broker.ts b/back/instances/csmr-user-preferences-high/src/config/broker.ts index 2bf5d076..efc1ed6e 100644 --- a/back/instances/csmr-user-preferences-high/src/config/broker.ts +++ b/back/instances/csmr-user-preferences-high/src/config/broker.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-user-preferences-high/src/config/identity-provider-adapter-mongo.ts b/back/instances/csmr-user-preferences-high/src/config/identity-provider-adapter-mongo.ts index 4636652d..30c72a7a 100644 --- a/back/instances/csmr-user-preferences-high/src/config/identity-provider-adapter-mongo.ts +++ b/back/instances/csmr-user-preferences-high/src/config/identity-provider-adapter-mongo.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-user-preferences-high/src/config/index.ts b/back/instances/csmr-user-preferences-high/src/config/index.ts index 99d723ff..53dcfca0 100644 --- a/back/instances/csmr-user-preferences-high/src/config/index.ts +++ b/back/instances/csmr-user-preferences-high/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-user-preferences-high/src/config/logger.ts b/back/instances/csmr-user-preferences-high/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/csmr-user-preferences-high/src/config/logger.ts +++ b/back/instances/csmr-user-preferences-high/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-user-preferences-high/src/config/mongoose.ts b/back/instances/csmr-user-preferences-high/src/config/mongoose.ts index 7ad2cec2..4e8eba4a 100644 --- a/back/instances/csmr-user-preferences-high/src/config/mongoose.ts +++ b/back/instances/csmr-user-preferences-high/src/config/mongoose.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/csmr-user-preferences-high/src/main.ts b/back/instances/csmr-user-preferences-high/src/main.ts index e59824bf..92bedd57 100644 --- a/back/instances/csmr-user-preferences-high/src/main.ts +++ b/back/instances/csmr-user-preferences-high/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/eidas-bridge/src/app.module.ts b/back/instances/eidas-bridge/src/app.module.ts index 3c2b1d6f..8ca06b2f 100644 --- a/back/instances/eidas-bridge/src/app.module.ts +++ b/back/instances/eidas-bridge/src/app.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/eidas-bridge/src/config/app.ts b/back/instances/eidas-bridge/src/config/app.ts index be4d2dd7..965302b3 100644 --- a/back/instances/eidas-bridge/src/config/app.ts +++ b/back/instances/eidas-bridge/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/eidas-bridge/src/config/cog.ts b/back/instances/eidas-bridge/src/config/cog.ts index d98b779e..ab41d0cd 100644 --- a/back/instances/eidas-bridge/src/config/cog.ts +++ b/back/instances/eidas-bridge/src/config/cog.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/eidas-bridge/src/config/cryptography-eidas.ts b/back/instances/eidas-bridge/src/config/cryptography-eidas.ts index 850c54fc..cfee269b 100644 --- a/back/instances/eidas-bridge/src/config/cryptography-eidas.ts +++ b/back/instances/eidas-bridge/src/config/cryptography-eidas.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/eidas-bridge/src/config/identity-provider-adapter-env.ts b/back/instances/eidas-bridge/src/config/identity-provider-adapter-env.ts index 45729c51..ddd283a6 100644 --- a/back/instances/eidas-bridge/src/config/identity-provider-adapter-env.ts +++ b/back/instances/eidas-bridge/src/config/identity-provider-adapter-env.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/eidas-bridge/src/config/index.ts b/back/instances/eidas-bridge/src/config/index.ts index e8d5a652..d641f61e 100644 --- a/back/instances/eidas-bridge/src/config/index.ts +++ b/back/instances/eidas-bridge/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/eidas-bridge/src/config/logger.ts b/back/instances/eidas-bridge/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/eidas-bridge/src/config/logger.ts +++ b/back/instances/eidas-bridge/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/eidas-bridge/src/config/oidc-client.ts b/back/instances/eidas-bridge/src/config/oidc-client.ts index bce10f4f..c63b8ce5 100644 --- a/back/instances/eidas-bridge/src/config/oidc-client.ts +++ b/back/instances/eidas-bridge/src/config/oidc-client.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/eidas-bridge/src/config/oidc-provider.ts b/back/instances/eidas-bridge/src/config/oidc-provider.ts index f91a7eed..d694e0d5 100644 --- a/back/instances/eidas-bridge/src/config/oidc-provider.ts +++ b/back/instances/eidas-bridge/src/config/oidc-provider.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/eidas-bridge/src/config/override-oidc-provider.ts b/back/instances/eidas-bridge/src/config/override-oidc-provider.ts index 89459460..b499f31d 100644 --- a/back/instances/eidas-bridge/src/config/override-oidc-provider.ts +++ b/back/instances/eidas-bridge/src/config/override-oidc-provider.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/eidas-bridge/src/config/redis.ts b/back/instances/eidas-bridge/src/config/redis.ts index 37ec75d7..36d5a772 100644 --- a/back/instances/eidas-bridge/src/config/redis.ts +++ b/back/instances/eidas-bridge/src/config/redis.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/eidas-bridge/src/config/service-provider-adapter-env.ts b/back/instances/eidas-bridge/src/config/service-provider-adapter-env.ts index ab233f40..dc1ba780 100644 --- a/back/instances/eidas-bridge/src/config/service-provider-adapter-env.ts +++ b/back/instances/eidas-bridge/src/config/service-provider-adapter-env.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/eidas-bridge/src/config/session.ts b/back/instances/eidas-bridge/src/config/session.ts index a5440c22..e043cebd 100644 --- a/back/instances/eidas-bridge/src/config/session.ts +++ b/back/instances/eidas-bridge/src/config/session.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/eidas-bridge/src/main.ts b/back/instances/eidas-bridge/src/main.ts index 4731cf20..f20b6623 100644 --- a/back/instances/eidas-bridge/src/main.ts +++ b/back/instances/eidas-bridge/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/exploit-fca-low/src/app.module.ts b/back/instances/exploit-fca-low/src/app.module.ts index 00757278..352976ab 100644 --- a/back/instances/exploit-fca-low/src/app.module.ts +++ b/back/instances/exploit-fca-low/src/app.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/exploit-fca-low/src/config/app.ts b/back/instances/exploit-fca-low/src/config/app.ts index 3de0cd97..a4638bde 100644 --- a/back/instances/exploit-fca-low/src/config/app.ts +++ b/back/instances/exploit-fca-low/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/exploit-fca-low/src/config/identity-provider-adapter-env.ts b/back/instances/exploit-fca-low/src/config/identity-provider-adapter-env.ts index 45729c51..ddd283a6 100644 --- a/back/instances/exploit-fca-low/src/config/identity-provider-adapter-env.ts +++ b/back/instances/exploit-fca-low/src/config/identity-provider-adapter-env.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/exploit-fca-low/src/config/index.ts b/back/instances/exploit-fca-low/src/config/index.ts index f55fb9e8..8ae3c896 100644 --- a/back/instances/exploit-fca-low/src/config/index.ts +++ b/back/instances/exploit-fca-low/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/exploit-fca-low/src/config/logger.ts b/back/instances/exploit-fca-low/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/exploit-fca-low/src/config/logger.ts +++ b/back/instances/exploit-fca-low/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/exploit-fca-low/src/config/oidc-client.ts b/back/instances/exploit-fca-low/src/config/oidc-client.ts index 2368472d..830fed19 100644 --- a/back/instances/exploit-fca-low/src/config/oidc-client.ts +++ b/back/instances/exploit-fca-low/src/config/oidc-client.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/exploit-fca-low/src/config/redis.ts b/back/instances/exploit-fca-low/src/config/redis.ts index 37ec75d7..36d5a772 100644 --- a/back/instances/exploit-fca-low/src/config/redis.ts +++ b/back/instances/exploit-fca-low/src/config/redis.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/exploit-fca-low/src/config/session.ts b/back/instances/exploit-fca-low/src/config/session.ts index 0b5cb4f9..9e1142db 100644 --- a/back/instances/exploit-fca-low/src/config/session.ts +++ b/back/instances/exploit-fca-low/src/config/session.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/exploit-fca-low/src/main.ts b/back/instances/exploit-fca-low/src/main.ts index 3585a049..d3b8fc66 100644 --- a/back/instances/exploit-fca-low/src/main.ts +++ b/back/instances/exploit-fca-low/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/exploit-fcp-high/src/app.module.ts b/back/instances/exploit-fcp-high/src/app.module.ts index 00757278..352976ab 100644 --- a/back/instances/exploit-fcp-high/src/app.module.ts +++ b/back/instances/exploit-fcp-high/src/app.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/exploit-fcp-high/src/config/app.ts b/back/instances/exploit-fcp-high/src/config/app.ts index 2d42fe26..937459a9 100644 --- a/back/instances/exploit-fcp-high/src/config/app.ts +++ b/back/instances/exploit-fcp-high/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/exploit-fcp-high/src/config/identity-provider-adapter-env.ts b/back/instances/exploit-fcp-high/src/config/identity-provider-adapter-env.ts index 45729c51..ddd283a6 100644 --- a/back/instances/exploit-fcp-high/src/config/identity-provider-adapter-env.ts +++ b/back/instances/exploit-fcp-high/src/config/identity-provider-adapter-env.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/exploit-fcp-high/src/config/index.ts b/back/instances/exploit-fcp-high/src/config/index.ts index f55fb9e8..8ae3c896 100644 --- a/back/instances/exploit-fcp-high/src/config/index.ts +++ b/back/instances/exploit-fcp-high/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/exploit-fcp-high/src/config/logger.ts b/back/instances/exploit-fcp-high/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/exploit-fcp-high/src/config/logger.ts +++ b/back/instances/exploit-fcp-high/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/exploit-fcp-high/src/config/oidc-client.ts b/back/instances/exploit-fcp-high/src/config/oidc-client.ts index 2368472d..830fed19 100644 --- a/back/instances/exploit-fcp-high/src/config/oidc-client.ts +++ b/back/instances/exploit-fcp-high/src/config/oidc-client.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/exploit-fcp-high/src/config/redis.ts b/back/instances/exploit-fcp-high/src/config/redis.ts index 37ec75d7..36d5a772 100644 --- a/back/instances/exploit-fcp-high/src/config/redis.ts +++ b/back/instances/exploit-fcp-high/src/config/redis.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/exploit-fcp-high/src/config/session.ts b/back/instances/exploit-fcp-high/src/config/session.ts index 5813a722..94a984b3 100644 --- a/back/instances/exploit-fcp-high/src/config/session.ts +++ b/back/instances/exploit-fcp-high/src/config/session.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fca-low/src/config/app.ts b/back/instances/mock-identity-provider-fca-low/src/config/app.ts index 1b0c205d..e8af138f 100644 --- a/back/instances/mock-identity-provider-fca-low/src/config/app.ts +++ b/back/instances/mock-identity-provider-fca-low/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fca-low/src/config/index.ts b/back/instances/mock-identity-provider-fca-low/src/config/index.ts index c0a820cc..81ee560f 100644 --- a/back/instances/mock-identity-provider-fca-low/src/config/index.ts +++ b/back/instances/mock-identity-provider-fca-low/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/mock-identity-provider-fca-low/src/config/logger.ts b/back/instances/mock-identity-provider-fca-low/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/mock-identity-provider-fca-low/src/config/logger.ts +++ b/back/instances/mock-identity-provider-fca-low/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fca-low/src/config/oidc-provider.ts b/back/instances/mock-identity-provider-fca-low/src/config/oidc-provider.ts index 74dcc70d..3cca19a3 100644 --- a/back/instances/mock-identity-provider-fca-low/src/config/oidc-provider.ts +++ b/back/instances/mock-identity-provider-fca-low/src/config/oidc-provider.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fca-low/src/config/redis.ts b/back/instances/mock-identity-provider-fca-low/src/config/redis.ts index 37ec75d7..36d5a772 100644 --- a/back/instances/mock-identity-provider-fca-low/src/config/redis.ts +++ b/back/instances/mock-identity-provider-fca-low/src/config/redis.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fca-low/src/config/service-provider-adapter-env.ts b/back/instances/mock-identity-provider-fca-low/src/config/service-provider-adapter-env.ts index 2914a550..31061e29 100644 --- a/back/instances/mock-identity-provider-fca-low/src/config/service-provider-adapter-env.ts +++ b/back/instances/mock-identity-provider-fca-low/src/config/service-provider-adapter-env.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fca-low/src/config/session.ts b/back/instances/mock-identity-provider-fca-low/src/config/session.ts index 4bbd9c45..d058f338 100644 --- a/back/instances/mock-identity-provider-fca-low/src/config/session.ts +++ b/back/instances/mock-identity-provider-fca-low/src/config/session.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fca-low/src/main.ts b/back/instances/mock-identity-provider-fca-low/src/main.ts index c7773754..ee50d253 100644 --- a/back/instances/mock-identity-provider-fca-low/src/main.ts +++ b/back/instances/mock-identity-provider-fca-low/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/mock-identity-provider-fcp-high/src/config/app.ts b/back/instances/mock-identity-provider-fcp-high/src/config/app.ts index 8de6caab..a6e61d0f 100644 --- a/back/instances/mock-identity-provider-fcp-high/src/config/app.ts +++ b/back/instances/mock-identity-provider-fcp-high/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fcp-high/src/config/index.ts b/back/instances/mock-identity-provider-fcp-high/src/config/index.ts index c0a820cc..81ee560f 100644 --- a/back/instances/mock-identity-provider-fcp-high/src/config/index.ts +++ b/back/instances/mock-identity-provider-fcp-high/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/mock-identity-provider-fcp-high/src/config/logger.ts b/back/instances/mock-identity-provider-fcp-high/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/mock-identity-provider-fcp-high/src/config/logger.ts +++ b/back/instances/mock-identity-provider-fcp-high/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fcp-high/src/config/oidc-provider.ts b/back/instances/mock-identity-provider-fcp-high/src/config/oidc-provider.ts index 9be6abe7..55dc4fe8 100644 --- a/back/instances/mock-identity-provider-fcp-high/src/config/oidc-provider.ts +++ b/back/instances/mock-identity-provider-fcp-high/src/config/oidc-provider.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fcp-high/src/config/redis.ts b/back/instances/mock-identity-provider-fcp-high/src/config/redis.ts index 37ec75d7..36d5a772 100644 --- a/back/instances/mock-identity-provider-fcp-high/src/config/redis.ts +++ b/back/instances/mock-identity-provider-fcp-high/src/config/redis.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fcp-high/src/config/service-provider-adapter-env.ts b/back/instances/mock-identity-provider-fcp-high/src/config/service-provider-adapter-env.ts index 2914a550..31061e29 100644 --- a/back/instances/mock-identity-provider-fcp-high/src/config/service-provider-adapter-env.ts +++ b/back/instances/mock-identity-provider-fcp-high/src/config/service-provider-adapter-env.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fcp-high/src/config/session.ts b/back/instances/mock-identity-provider-fcp-high/src/config/session.ts index a7f4a4b0..b3ca0eda 100644 --- a/back/instances/mock-identity-provider-fcp-high/src/config/session.ts +++ b/back/instances/mock-identity-provider-fcp-high/src/config/session.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fcp-high/src/main.ts b/back/instances/mock-identity-provider-fcp-high/src/main.ts index 12cbbc77..1217c23f 100644 --- a/back/instances/mock-identity-provider-fcp-high/src/main.ts +++ b/back/instances/mock-identity-provider-fcp-high/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/mock-identity-provider-fcp-low/src/config/app.ts b/back/instances/mock-identity-provider-fcp-low/src/config/app.ts index 8de6caab..a6e61d0f 100644 --- a/back/instances/mock-identity-provider-fcp-low/src/config/app.ts +++ b/back/instances/mock-identity-provider-fcp-low/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fcp-low/src/config/index.ts b/back/instances/mock-identity-provider-fcp-low/src/config/index.ts index c0a820cc..81ee560f 100644 --- a/back/instances/mock-identity-provider-fcp-low/src/config/index.ts +++ b/back/instances/mock-identity-provider-fcp-low/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/mock-identity-provider-fcp-low/src/config/logger.ts b/back/instances/mock-identity-provider-fcp-low/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/mock-identity-provider-fcp-low/src/config/logger.ts +++ b/back/instances/mock-identity-provider-fcp-low/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fcp-low/src/config/oidc-provider.ts b/back/instances/mock-identity-provider-fcp-low/src/config/oidc-provider.ts index 3ba36251..4fc5451d 100644 --- a/back/instances/mock-identity-provider-fcp-low/src/config/oidc-provider.ts +++ b/back/instances/mock-identity-provider-fcp-low/src/config/oidc-provider.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fcp-low/src/config/redis.ts b/back/instances/mock-identity-provider-fcp-low/src/config/redis.ts index 37ec75d7..36d5a772 100644 --- a/back/instances/mock-identity-provider-fcp-low/src/config/redis.ts +++ b/back/instances/mock-identity-provider-fcp-low/src/config/redis.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fcp-low/src/config/service-provider-adapter-env.ts b/back/instances/mock-identity-provider-fcp-low/src/config/service-provider-adapter-env.ts index 2914a550..31061e29 100644 --- a/back/instances/mock-identity-provider-fcp-low/src/config/service-provider-adapter-env.ts +++ b/back/instances/mock-identity-provider-fcp-low/src/config/service-provider-adapter-env.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fcp-low/src/config/session.ts b/back/instances/mock-identity-provider-fcp-low/src/config/session.ts index a7f4a4b0..b3ca0eda 100644 --- a/back/instances/mock-identity-provider-fcp-low/src/config/session.ts +++ b/back/instances/mock-identity-provider-fcp-low/src/config/session.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-identity-provider-fcp-low/src/main.ts b/back/instances/mock-identity-provider-fcp-low/src/main.ts index 7d3aab86..7940cf22 100644 --- a/back/instances/mock-identity-provider-fcp-low/src/main.ts +++ b/back/instances/mock-identity-provider-fcp-low/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/mock-service-provider-fca-low/src/config/app.ts b/back/instances/mock-service-provider-fca-low/src/config/app.ts index 798db2ed..62a7fbb1 100644 --- a/back/instances/mock-service-provider-fca-low/src/config/app.ts +++ b/back/instances/mock-service-provider-fca-low/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fca-low/src/config/identity-provider-adapter-env.ts b/back/instances/mock-service-provider-fca-low/src/config/identity-provider-adapter-env.ts index 45729c51..ddd283a6 100644 --- a/back/instances/mock-service-provider-fca-low/src/config/identity-provider-adapter-env.ts +++ b/back/instances/mock-service-provider-fca-low/src/config/identity-provider-adapter-env.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fca-low/src/config/index.ts b/back/instances/mock-service-provider-fca-low/src/config/index.ts index afc1ffa2..4ae323e0 100644 --- a/back/instances/mock-service-provider-fca-low/src/config/index.ts +++ b/back/instances/mock-service-provider-fca-low/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/mock-service-provider-fca-low/src/config/logger.ts b/back/instances/mock-service-provider-fca-low/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/mock-service-provider-fca-low/src/config/logger.ts +++ b/back/instances/mock-service-provider-fca-low/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fca-low/src/config/oidc-client.ts b/back/instances/mock-service-provider-fca-low/src/config/oidc-client.ts index 19f1b6f5..f9a54675 100644 --- a/back/instances/mock-service-provider-fca-low/src/config/oidc-client.ts +++ b/back/instances/mock-service-provider-fca-low/src/config/oidc-client.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fca-low/src/config/redis.ts b/back/instances/mock-service-provider-fca-low/src/config/redis.ts index 37ec75d7..36d5a772 100644 --- a/back/instances/mock-service-provider-fca-low/src/config/redis.ts +++ b/back/instances/mock-service-provider-fca-low/src/config/redis.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fca-low/src/config/session.ts b/back/instances/mock-service-provider-fca-low/src/config/session.ts index 8f356418..b65c1706 100644 --- a/back/instances/mock-service-provider-fca-low/src/config/session.ts +++ b/back/instances/mock-service-provider-fca-low/src/config/session.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fca-low/src/main.ts b/back/instances/mock-service-provider-fca-low/src/main.ts index d4b3666f..799f371e 100644 --- a/back/instances/mock-service-provider-fca-low/src/main.ts +++ b/back/instances/mock-service-provider-fca-low/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/mock-service-provider-fcp-high/src/config/app.ts b/back/instances/mock-service-provider-fcp-high/src/config/app.ts index 6a8d2c19..cee260f7 100644 --- a/back/instances/mock-service-provider-fcp-high/src/config/app.ts +++ b/back/instances/mock-service-provider-fcp-high/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fcp-high/src/config/identity-provider-adapter-env.ts b/back/instances/mock-service-provider-fcp-high/src/config/identity-provider-adapter-env.ts index 45729c51..ddd283a6 100644 --- a/back/instances/mock-service-provider-fcp-high/src/config/identity-provider-adapter-env.ts +++ b/back/instances/mock-service-provider-fcp-high/src/config/identity-provider-adapter-env.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fcp-high/src/config/index.ts b/back/instances/mock-service-provider-fcp-high/src/config/index.ts index afc1ffa2..4ae323e0 100644 --- a/back/instances/mock-service-provider-fcp-high/src/config/index.ts +++ b/back/instances/mock-service-provider-fcp-high/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/mock-service-provider-fcp-high/src/config/logger.ts b/back/instances/mock-service-provider-fcp-high/src/config/logger.ts index d5e72bd3..ffea9c46 100644 --- a/back/instances/mock-service-provider-fcp-high/src/config/logger.ts +++ b/back/instances/mock-service-provider-fcp-high/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fcp-high/src/config/oidc-client.ts b/back/instances/mock-service-provider-fcp-high/src/config/oidc-client.ts index 187575bc..6159a790 100644 --- a/back/instances/mock-service-provider-fcp-high/src/config/oidc-client.ts +++ b/back/instances/mock-service-provider-fcp-high/src/config/oidc-client.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fcp-high/src/config/redis.ts b/back/instances/mock-service-provider-fcp-high/src/config/redis.ts index 37ec75d7..36d5a772 100644 --- a/back/instances/mock-service-provider-fcp-high/src/config/redis.ts +++ b/back/instances/mock-service-provider-fcp-high/src/config/redis.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fcp-high/src/config/session.ts b/back/instances/mock-service-provider-fcp-high/src/config/session.ts index 4691b914..89fd3039 100644 --- a/back/instances/mock-service-provider-fcp-high/src/config/session.ts +++ b/back/instances/mock-service-provider-fcp-high/src/config/session.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fcp-high/src/main.ts b/back/instances/mock-service-provider-fcp-high/src/main.ts index e53fe050..291d284c 100644 --- a/back/instances/mock-service-provider-fcp-high/src/main.ts +++ b/back/instances/mock-service-provider-fcp-high/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/mock-service-provider-fcp-low/src/config/app.ts b/back/instances/mock-service-provider-fcp-low/src/config/app.ts index 743dbe1d..3ec2dba9 100644 --- a/back/instances/mock-service-provider-fcp-low/src/config/app.ts +++ b/back/instances/mock-service-provider-fcp-low/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fcp-low/src/config/identity-provider-adapter-env.ts b/back/instances/mock-service-provider-fcp-low/src/config/identity-provider-adapter-env.ts index 45729c51..ddd283a6 100644 --- a/back/instances/mock-service-provider-fcp-low/src/config/identity-provider-adapter-env.ts +++ b/back/instances/mock-service-provider-fcp-low/src/config/identity-provider-adapter-env.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fcp-low/src/config/index.ts b/back/instances/mock-service-provider-fcp-low/src/config/index.ts index eac036a6..85d63ab9 100644 --- a/back/instances/mock-service-provider-fcp-low/src/config/index.ts +++ b/back/instances/mock-service-provider-fcp-low/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/mock-service-provider-fcp-low/src/config/logger.ts b/back/instances/mock-service-provider-fcp-low/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/mock-service-provider-fcp-low/src/config/logger.ts +++ b/back/instances/mock-service-provider-fcp-low/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fcp-low/src/config/oidc-client.ts b/back/instances/mock-service-provider-fcp-low/src/config/oidc-client.ts index 7d15a88e..3fc7c268 100644 --- a/back/instances/mock-service-provider-fcp-low/src/config/oidc-client.ts +++ b/back/instances/mock-service-provider-fcp-low/src/config/oidc-client.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fcp-low/src/config/redis.ts b/back/instances/mock-service-provider-fcp-low/src/config/redis.ts index 37ec75d7..36d5a772 100644 --- a/back/instances/mock-service-provider-fcp-low/src/config/redis.ts +++ b/back/instances/mock-service-provider-fcp-low/src/config/redis.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fcp-low/src/config/session.ts b/back/instances/mock-service-provider-fcp-low/src/config/session.ts index e44d5b6a..036a1fcd 100644 --- a/back/instances/mock-service-provider-fcp-low/src/config/session.ts +++ b/back/instances/mock-service-provider-fcp-low/src/config/session.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/mock-service-provider-fcp-low/src/main.ts b/back/instances/mock-service-provider-fcp-low/src/main.ts index 325996fb..995af1aa 100644 --- a/back/instances/mock-service-provider-fcp-low/src/main.ts +++ b/back/instances/mock-service-provider-fcp-low/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/partners-fca/src/config/app.ts b/back/instances/partners-fca/src/config/app.ts index 882d3d65..b2779ed6 100644 --- a/back/instances/partners-fca/src/config/app.ts +++ b/back/instances/partners-fca/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/partners-fca/src/config/index.ts b/back/instances/partners-fca/src/config/index.ts index 45df0872..f0be2060 100644 --- a/back/instances/partners-fca/src/config/index.ts +++ b/back/instances/partners-fca/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/partners-fca/src/config/logger.ts b/back/instances/partners-fca/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/partners-fca/src/config/logger.ts +++ b/back/instances/partners-fca/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/partners-fca/src/config/postgres.ts b/back/instances/partners-fca/src/config/postgres.ts index bb671e32..1c8abec9 100644 --- a/back/instances/partners-fca/src/config/postgres.ts +++ b/back/instances/partners-fca/src/config/postgres.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/partners-fca/src/config/redis.ts b/back/instances/partners-fca/src/config/redis.ts index 37ec75d7..36d5a772 100644 --- a/back/instances/partners-fca/src/config/redis.ts +++ b/back/instances/partners-fca/src/config/redis.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/partners-fca/src/config/session.ts b/back/instances/partners-fca/src/config/session.ts index 958b7ed7..14e3949e 100644 --- a/back/instances/partners-fca/src/config/session.ts +++ b/back/instances/partners-fca/src/config/session.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/partners-fca/src/main.ts b/back/instances/partners-fca/src/main.ts index e55cc8d4..4c6dcdeb 100644 --- a/back/instances/partners-fca/src/main.ts +++ b/back/instances/partners-fca/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/partners-fcp/src/config/app.ts b/back/instances/partners-fcp/src/config/app.ts index 553b3927..2c41bf46 100644 --- a/back/instances/partners-fcp/src/config/app.ts +++ b/back/instances/partners-fcp/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/partners-fcp/src/config/index.ts b/back/instances/partners-fcp/src/config/index.ts index 45df0872..f0be2060 100644 --- a/back/instances/partners-fcp/src/config/index.ts +++ b/back/instances/partners-fcp/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/partners-fcp/src/config/logger.ts b/back/instances/partners-fcp/src/config/logger.ts index 57322ed6..0e7b2ac5 100644 --- a/back/instances/partners-fcp/src/config/logger.ts +++ b/back/instances/partners-fcp/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/partners-fcp/src/config/postgres.ts b/back/instances/partners-fcp/src/config/postgres.ts index bb671e32..1c8abec9 100644 --- a/back/instances/partners-fcp/src/config/postgres.ts +++ b/back/instances/partners-fcp/src/config/postgres.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/partners-fcp/src/config/redis.ts b/back/instances/partners-fcp/src/config/redis.ts index 37ec75d7..36d5a772 100644 --- a/back/instances/partners-fcp/src/config/redis.ts +++ b/back/instances/partners-fcp/src/config/redis.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/partners-fcp/src/config/session.ts b/back/instances/partners-fcp/src/config/session.ts index eeca546a..ce968217 100644 --- a/back/instances/partners-fcp/src/config/session.ts +++ b/back/instances/partners-fcp/src/config/session.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/partners-fcp/src/main.ts b/back/instances/partners-fcp/src/main.ts index e55cc8d4..4c6dcdeb 100644 --- a/back/instances/partners-fcp/src/main.ts +++ b/back/instances/partners-fcp/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/tracks-data-provider/src/config/app.ts b/back/instances/tracks-data-provider/src/config/app.ts index 1b4f4dd2..35a32102 100644 --- a/back/instances/tracks-data-provider/src/config/app.ts +++ b/back/instances/tracks-data-provider/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/tracks-data-provider/src/config/data-provider-core-auth.ts b/back/instances/tracks-data-provider/src/config/data-provider-core-auth.ts index 74450e7a..a697b836 100644 --- a/back/instances/tracks-data-provider/src/config/data-provider-core-auth.ts +++ b/back/instances/tracks-data-provider/src/config/data-provider-core-auth.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/tracks-data-provider/src/config/index.ts b/back/instances/tracks-data-provider/src/config/index.ts index ccd674f0..acbac066 100644 --- a/back/instances/tracks-data-provider/src/config/index.ts +++ b/back/instances/tracks-data-provider/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/tracks-data-provider/src/config/logger.ts b/back/instances/tracks-data-provider/src/config/logger.ts index d5e72bd3..ffea9c46 100644 --- a/back/instances/tracks-data-provider/src/config/logger.ts +++ b/back/instances/tracks-data-provider/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/tracks-data-provider/src/config/tracks-broker.ts b/back/instances/tracks-data-provider/src/config/tracks-broker.ts index 145696ac..398967c5 100644 --- a/back/instances/tracks-data-provider/src/config/tracks-broker.ts +++ b/back/instances/tracks-data-provider/src/config/tracks-broker.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/tracks-data-provider/src/main.ts b/back/instances/tracks-data-provider/src/main.ts index 48dff7db..09d07263 100644 --- a/back/instances/tracks-data-provider/src/main.ts +++ b/back/instances/tracks-data-provider/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/instances/user-dashboard/src/config/app.ts b/back/instances/user-dashboard/src/config/app.ts index b97ed1ef..5b1bcdb7 100644 --- a/back/instances/user-dashboard/src/config/app.ts +++ b/back/instances/user-dashboard/src/config/app.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/user-dashboard/src/config/identity-provider-adapter-env.ts b/back/instances/user-dashboard/src/config/identity-provider-adapter-env.ts index 4c8efae3..7db07166 100644 --- a/back/instances/user-dashboard/src/config/identity-provider-adapter-env.ts +++ b/back/instances/user-dashboard/src/config/identity-provider-adapter-env.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/user-dashboard/src/config/index.ts b/back/instances/user-dashboard/src/config/index.ts index ead62aed..c0505c31 100644 --- a/back/instances/user-dashboard/src/config/index.ts +++ b/back/instances/user-dashboard/src/config/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/instances/user-dashboard/src/config/logger.ts b/back/instances/user-dashboard/src/config/logger.ts index 10cf0fd4..2cbac594 100644 --- a/back/instances/user-dashboard/src/config/logger.ts +++ b/back/instances/user-dashboard/src/config/logger.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/user-dashboard/src/config/mailer.ts b/back/instances/user-dashboard/src/config/mailer.ts index dd2a5ca5..0c6b416b 100644 --- a/back/instances/user-dashboard/src/config/mailer.ts +++ b/back/instances/user-dashboard/src/config/mailer.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/user-dashboard/src/config/oidc-client.ts b/back/instances/user-dashboard/src/config/oidc-client.ts index 139ebb68..17ea10f4 100644 --- a/back/instances/user-dashboard/src/config/oidc-client.ts +++ b/back/instances/user-dashboard/src/config/oidc-client.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/user-dashboard/src/config/redis.ts b/back/instances/user-dashboard/src/config/redis.ts index 5d5dc930..e0e47ae4 100644 --- a/back/instances/user-dashboard/src/config/redis.ts +++ b/back/instances/user-dashboard/src/config/redis.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/user-dashboard/src/config/session.ts b/back/instances/user-dashboard/src/config/session.ts index 5cdfc8b8..7bb3e6e7 100644 --- a/back/instances/user-dashboard/src/config/session.ts +++ b/back/instances/user-dashboard/src/config/session.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/user-dashboard/src/config/tracks-broker.ts b/back/instances/user-dashboard/src/config/tracks-broker.ts index 145696ac..398967c5 100644 --- a/back/instances/user-dashboard/src/config/tracks-broker.ts +++ b/back/instances/user-dashboard/src/config/tracks-broker.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/user-dashboard/src/config/user-preferences-broker.ts b/back/instances/user-dashboard/src/config/user-preferences-broker.ts index 0491229e..3f2c5ba3 100644 --- a/back/instances/user-dashboard/src/config/user-preferences-broker.ts +++ b/back/instances/user-dashboard/src/config/user-preferences-broker.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/instances/user-dashboard/src/main.ts b/back/instances/user-dashboard/src/main.ts index 8fad6e9d..3bb95373 100644 --- a/back/instances/user-dashboard/src/main.ts +++ b/back/instances/user-dashboard/src/main.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Not to be tested diff --git a/back/libs/account/src/enums/index.ts b/back/libs/account/src/enums/index.ts index bba7cfdc..8faaaae7 100644 --- a/back/libs/account/src/enums/index.ts +++ b/back/libs/account/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/account/src/exceptions/account-base.exception.ts b/back/libs/account/src/exceptions/account-base.exception.ts index c040ce0c..6fb475ca 100644 --- a/back/libs/account/src/exceptions/account-base.exception.ts +++ b/back/libs/account/src/exceptions/account-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/account/src/exceptions/account-blocked.exception.ts b/back/libs/account/src/exceptions/account-blocked.exception.ts index 20681448..8e08b948 100644 --- a/back/libs/account/src/exceptions/account-blocked.exception.ts +++ b/back/libs/account/src/exceptions/account-blocked.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/account/src/exceptions/account-not-found.exception.ts b/back/libs/account/src/exceptions/account-not-found.exception.ts index 337334b2..3adf469a 100644 --- a/back/libs/account/src/exceptions/account-not-found.exception.ts +++ b/back/libs/account/src/exceptions/account-not-found.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/account/src/exceptions/index.ts b/back/libs/account/src/exceptions/index.ts index e5bf75e2..489e75b0 100644 --- a/back/libs/account/src/exceptions/index.ts +++ b/back/libs/account/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/account/src/interfaces/index.ts b/back/libs/account/src/interfaces/index.ts index 34940287..76d3780c 100644 --- a/back/libs/account/src/interfaces/index.ts +++ b/back/libs/account/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/account/src/schemas/index.ts b/back/libs/account/src/schemas/index.ts index ba172ed2..aad53ad4 100644 --- a/back/libs/account/src/schemas/index.ts +++ b/back/libs/account/src/schemas/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/account/src/services/index.ts b/back/libs/account/src/services/index.ts index 5f8bcd59..a72fbb9f 100644 --- a/back/libs/account/src/services/index.ts +++ b/back/libs/account/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/apache-ignite/src/dto/apache-ignite-config.dto.ts b/back/libs/apache-ignite/src/dto/apache-ignite-config.dto.ts index ae8037f3..b7d3b544 100644 --- a/back/libs/apache-ignite/src/dto/apache-ignite-config.dto.ts +++ b/back/libs/apache-ignite/src/dto/apache-ignite-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/apache-ignite/src/enums/error-code.enum.ts b/back/libs/apache-ignite/src/enums/error-code.enum.ts index 79aa9f6e..e6fdf10f 100644 --- a/back/libs/apache-ignite/src/enums/error-code.enum.ts +++ b/back/libs/apache-ignite/src/enums/error-code.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/apache-ignite/src/enums/index.ts b/back/libs/apache-ignite/src/enums/index.ts index 24d5c7cb..e60bc74b 100644 --- a/back/libs/apache-ignite/src/enums/index.ts +++ b/back/libs/apache-ignite/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/apache-ignite/src/exceptions/apache-ignite-base.exception.ts b/back/libs/apache-ignite/src/exceptions/apache-ignite-base.exception.ts index 082f4109..b4809495 100644 --- a/back/libs/apache-ignite/src/exceptions/apache-ignite-base.exception.ts +++ b/back/libs/apache-ignite/src/exceptions/apache-ignite-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/apache-ignite/src/exceptions/index.ts b/back/libs/apache-ignite/src/exceptions/index.ts index 39dc0236..18656786 100644 --- a/back/libs/apache-ignite/src/exceptions/index.ts +++ b/back/libs/apache-ignite/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/apache-ignite/src/exceptions/invalid-socket.exception.ts b/back/libs/apache-ignite/src/exceptions/invalid-socket.exception.ts index a75a7e2d..89668893 100644 --- a/back/libs/apache-ignite/src/exceptions/invalid-socket.exception.ts +++ b/back/libs/apache-ignite/src/exceptions/invalid-socket.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/app/src/app.module.ts b/back/libs/app/src/app.module.ts index e764b0e5..fa5dbf90 100644 --- a/back/libs/app/src/app.module.ts +++ b/back/libs/app/src/app.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/app/src/dto/dto-app-config.ts b/back/libs/app/src/dto/dto-app-config.ts index 9ea6d292..632b0727 100644 --- a/back/libs/app/src/dto/dto-app-config.ts +++ b/back/libs/app/src/dto/dto-app-config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/app/src/dto/index.ts b/back/libs/app/src/dto/index.ts index c0801e3d..dd13cc3d 100644 --- a/back/libs/app/src/dto/index.ts +++ b/back/libs/app/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/app/src/enums/api-content-type.enum.ts b/back/libs/app/src/enums/api-content-type.enum.ts index 2e73e6db..beb98a05 100644 --- a/back/libs/app/src/enums/api-content-type.enum.ts +++ b/back/libs/app/src/enums/api-content-type.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/app/src/enums/api-http-response-code.ts b/back/libs/app/src/enums/api-http-response-code.ts index 9a82ad2c..b94b1b1c 100644 --- a/back/libs/app/src/enums/api-http-response-code.ts +++ b/back/libs/app/src/enums/api-http-response-code.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/app/src/enums/index.ts b/back/libs/app/src/enums/index.ts index 088bc97b..47306a85 100644 --- a/back/libs/app/src/enums/index.ts +++ b/back/libs/app/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/app/src/index.ts b/back/libs/app/src/index.ts index 7b75aed5..3c760bb9 100644 --- a/back/libs/app/src/index.ts +++ b/back/libs/app/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/app/src/interceptors/index.ts b/back/libs/app/src/interceptors/index.ts index 7c3ccb53..159ca1cf 100644 --- a/back/libs/app/src/interceptors/index.ts +++ b/back/libs/app/src/interceptors/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/app/src/interfaces/api-error-message.ts b/back/libs/app/src/interfaces/api-error-message.ts index cbdd1f75..02ef449a 100644 --- a/back/libs/app/src/interfaces/api-error-message.ts +++ b/back/libs/app/src/interfaces/api-error-message.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/app/src/interfaces/api-error-params.ts b/back/libs/app/src/interfaces/api-error-params.ts index 7d08dd20..1d61c137 100644 --- a/back/libs/app/src/interfaces/api-error-params.ts +++ b/back/libs/app/src/interfaces/api-error-params.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ import { Response } from 'express'; diff --git a/back/libs/app/src/interfaces/index.ts b/back/libs/app/src/interfaces/index.ts index 79b32de0..10fec996 100644 --- a/back/libs/app/src/interfaces/index.ts +++ b/back/libs/app/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cog/src/cog.module.ts b/back/libs/cog/src/cog.module.ts index edc2bebf..87cbeaf2 100644 --- a/back/libs/cog/src/cog.module.ts +++ b/back/libs/cog/src/cog.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cog/src/dto/index.ts b/back/libs/cog/src/dto/index.ts index 37c389a4..632bcabe 100644 --- a/back/libs/cog/src/dto/index.ts +++ b/back/libs/cog/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declaration only diff --git a/back/libs/cog/src/index.ts b/back/libs/cog/src/index.ts index 69ea8bb5..4d4fc237 100644 --- a/back/libs/cog/src/index.ts +++ b/back/libs/cog/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declaration only diff --git a/back/libs/cog/src/interfaces/cog-city.interface.ts b/back/libs/cog/src/interfaces/cog-city.interface.ts index 8ad09545..a0c95a8b 100644 --- a/back/libs/cog/src/interfaces/cog-city.interface.ts +++ b/back/libs/cog/src/interfaces/cog-city.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declaration only diff --git a/back/libs/cog/src/interfaces/cog-country.interface.ts b/back/libs/cog/src/interfaces/cog-country.interface.ts index cb1f7362..b63a76a9 100644 --- a/back/libs/cog/src/interfaces/cog-country.interface.ts +++ b/back/libs/cog/src/interfaces/cog-country.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declaration only diff --git a/back/libs/cog/src/interfaces/index.ts b/back/libs/cog/src/interfaces/index.ts index 31afcfbe..232bf60c 100644 --- a/back/libs/cog/src/interfaces/index.ts +++ b/back/libs/cog/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declaration only diff --git a/back/libs/cog/src/tokens/cog-adapter-data.token.ts b/back/libs/cog/src/tokens/cog-adapter-data.token.ts index e5692a1a..6b10bb72 100644 --- a/back/libs/cog/src/tokens/cog-adapter-data.token.ts +++ b/back/libs/cog/src/tokens/cog-adapter-data.token.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/libs/cog/src/tokens/index.ts b/back/libs/cog/src/tokens/index.ts index c72fe646..69c9f987 100644 --- a/back/libs/cog/src/tokens/index.ts +++ b/back/libs/cog/src/tokens/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declaration only diff --git a/back/libs/cog/src/validators/index.ts b/back/libs/cog/src/validators/index.ts index 7871275e..937163d4 100644 --- a/back/libs/cog/src/validators/index.ts +++ b/back/libs/cog/src/validators/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/common/src/helpers/index.ts b/back/libs/common/src/helpers/index.ts index 39c7bad3..be04c045 100644 --- a/back/libs/common/src/helpers/index.ts +++ b/back/libs/common/src/helpers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/common/src/index.ts b/back/libs/common/src/index.ts index 89b030aa..4d72988a 100644 --- a/back/libs/common/src/index.ts +++ b/back/libs/common/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/common/src/transforms/index.ts b/back/libs/common/src/transforms/index.ts index 3e56a396..918f60e5 100644 --- a/back/libs/common/src/transforms/index.ts +++ b/back/libs/common/src/transforms/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/common/src/types/fsa.type.ts b/back/libs/common/src/types/fsa.type.ts index 72272d45..82251a88 100644 --- a/back/libs/common/src/types/fsa.type.ts +++ b/back/libs/common/src/types/fsa.type.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/common/src/types/index.ts b/back/libs/common/src/types/index.ts index 3d6ffc6e..b2925d04 100644 --- a/back/libs/common/src/types/index.ts +++ b/back/libs/common/src/types/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/common/src/types/instantiable.type.ts b/back/libs/common/src/types/instantiable.type.ts index 0c73dddd..945b993b 100644 --- a/back/libs/common/src/types/instantiable.type.ts +++ b/back/libs/common/src/types/instantiable.type.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/common/src/types/pagination-options.type.ts b/back/libs/common/src/types/pagination-options.type.ts index 6bf32d1d..079881f6 100644 --- a/back/libs/common/src/types/pagination-options.type.ts +++ b/back/libs/common/src/types/pagination-options.type.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/common/src/types/pagination-result.type.ts b/back/libs/common/src/types/pagination-result.type.ts index 34abc73d..044b69c6 100644 --- a/back/libs/common/src/types/pagination-result.type.ts +++ b/back/libs/common/src/types/pagination-result.type.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/common/src/types/partial-deep.type.ts b/back/libs/common/src/types/partial-deep.type.ts index 3b70314e..45c31a84 100644 --- a/back/libs/common/src/types/partial-deep.type.ts +++ b/back/libs/common/src/types/partial-deep.type.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/common/src/types/partial-except.type.ts b/back/libs/common/src/types/partial-except.type.ts index f0e909c8..22f97962 100644 --- a/back/libs/common/src/types/partial-except.type.ts +++ b/back/libs/common/src/types/partial-except.type.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/common/src/types/required-except.type.ts b/back/libs/common/src/types/required-except.type.ts index 91490dda..976e6bcd 100644 --- a/back/libs/common/src/types/required-except.type.ts +++ b/back/libs/common/src/types/required-except.type.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/common/src/types/valueToArray.type.ts b/back/libs/common/src/types/valueToArray.type.ts index eeb748b4..c6b8bb5c 100644 --- a/back/libs/common/src/types/valueToArray.type.ts +++ b/back/libs/common/src/types/valueToArray.type.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/common/src/validators/index.ts b/back/libs/common/src/validators/index.ts index 30d41ccc..33aa51a4 100644 --- a/back/libs/common/src/validators/index.ts +++ b/back/libs/common/src/validators/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/config/src/errors/index.ts b/back/libs/config/src/errors/index.ts index ae9e75c8..6661e432 100644 --- a/back/libs/config/src/errors/index.ts +++ b/back/libs/config/src/errors/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/config/src/errors/unknown-configuration-name.error.ts b/back/libs/config/src/errors/unknown-configuration-name.error.ts index ff5a9e38..ef5c07a3 100644 --- a/back/libs/config/src/errors/unknown-configuration-name.error.ts +++ b/back/libs/config/src/errors/unknown-configuration-name.error.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/config/src/helpers/index.ts b/back/libs/config/src/helpers/index.ts index faf7e971..e3d88130 100644 --- a/back/libs/config/src/helpers/index.ts +++ b/back/libs/config/src/helpers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/config/src/index.ts b/back/libs/config/src/index.ts index 001773b3..0a925e4d 100644 --- a/back/libs/config/src/index.ts +++ b/back/libs/config/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/config/src/interfaces/config-options.interface.ts b/back/libs/config/src/interfaces/config-options.interface.ts index 136e4088..d7c2d9d9 100644 --- a/back/libs/config/src/interfaces/config-options.interface.ts +++ b/back/libs/config/src/interfaces/config-options.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/config/src/interfaces/config-parser-file-options.interface.ts b/back/libs/config/src/interfaces/config-parser-file-options.interface.ts index 784a4fb5..10422ec2 100644 --- a/back/libs/config/src/interfaces/config-parser-file-options.interface.ts +++ b/back/libs/config/src/interfaces/config-parser-file-options.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/config/src/interfaces/index.ts b/back/libs/config/src/interfaces/index.ts index b9a45c33..46fca097 100644 --- a/back/libs/config/src/interfaces/index.ts +++ b/back/libs/config/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/core.module.ts b/back/libs/core/src/core.module.ts index 89adfb84..8e66aa96 100644 --- a/back/libs/core/src/core.module.ts +++ b/back/libs/core/src/core.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/dto/index.ts b/back/libs/core/src/dto/index.ts index 2ddff6cb..64312727 100644 --- a/back/libs/core/src/dto/index.ts +++ b/back/libs/core/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/enums/error-code.enum.ts b/back/libs/core/src/enums/error-code.enum.ts index cfba71bf..b660baca 100644 --- a/back/libs/core/src/enums/error-code.enum.ts +++ b/back/libs/core/src/enums/error-code.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ export enum ErrorCode { diff --git a/back/libs/core/src/enums/event-categories.enum.ts b/back/libs/core/src/enums/event-categories.enum.ts index 188362eb..b5dc5444 100644 --- a/back/libs/core/src/enums/event-categories.enum.ts +++ b/back/libs/core/src/enums/event-categories.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/enums/index.ts b/back/libs/core/src/enums/index.ts index eadeb2d3..3b8f3af4 100644 --- a/back/libs/core/src/enums/index.ts +++ b/back/libs/core/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/exceptions/core-base.exception.ts b/back/libs/core/src/exceptions/core-base.exception.ts index 41833b04..a4231b71 100644 --- a/back/libs/core/src/exceptions/core-base.exception.ts +++ b/back/libs/core/src/exceptions/core-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/exceptions/core-claim-amr.exception.ts b/back/libs/core/src/exceptions/core-claim-amr.exception.ts index a6778838..954beb4c 100644 --- a/back/libs/core/src/exceptions/core-claim-amr.exception.ts +++ b/back/libs/core/src/exceptions/core-claim-amr.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/exceptions/core-failed-persistence-exception.ts b/back/libs/core/src/exceptions/core-failed-persistence-exception.ts index 0a00a2f3..541f9ab1 100644 --- a/back/libs/core/src/exceptions/core-failed-persistence-exception.ts +++ b/back/libs/core/src/exceptions/core-failed-persistence-exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/exceptions/core-invalid-acr.exception.ts b/back/libs/core/src/exceptions/core-invalid-acr.exception.ts index 59d50f26..6f5e6922 100644 --- a/back/libs/core/src/exceptions/core-invalid-acr.exception.ts +++ b/back/libs/core/src/exceptions/core-invalid-acr.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/exceptions/core-low-acr.exception.ts b/back/libs/core/src/exceptions/core-low-acr.exception.ts index 01f589c9..c3197cda 100644 --- a/back/libs/core/src/exceptions/core-low-acr.exception.ts +++ b/back/libs/core/src/exceptions/core-low-acr.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/exceptions/core-missing-authentication-email.exception.ts b/back/libs/core/src/exceptions/core-missing-authentication-email.exception.ts index fc93f212..5cc6e9f1 100644 --- a/back/libs/core/src/exceptions/core-missing-authentication-email.exception.ts +++ b/back/libs/core/src/exceptions/core-missing-authentication-email.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/exceptions/core-missing-context.exception.ts b/back/libs/core/src/exceptions/core-missing-context.exception.ts index 5015d710..89981ba2 100644 --- a/back/libs/core/src/exceptions/core-missing-context.exception.ts +++ b/back/libs/core/src/exceptions/core-missing-context.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/exceptions/core-missing-identity.exception.ts b/back/libs/core/src/exceptions/core-missing-identity.exception.ts index 96317cf1..fb386ca5 100644 --- a/back/libs/core/src/exceptions/core-missing-identity.exception.ts +++ b/back/libs/core/src/exceptions/core-missing-identity.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/exceptions/index.ts b/back/libs/core/src/exceptions/index.ts index da6f37d6..da313e5b 100644 --- a/back/libs/core/src/exceptions/index.ts +++ b/back/libs/core/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/handlers/error/index.ts b/back/libs/core/src/handlers/error/index.ts index c8357686..a065f724 100644 --- a/back/libs/core/src/handlers/error/index.ts +++ b/back/libs/core/src/handlers/error/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/handlers/index.ts b/back/libs/core/src/handlers/index.ts index ac8a4c18..b1e6370e 100644 --- a/back/libs/core/src/handlers/index.ts +++ b/back/libs/core/src/handlers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/handlers/oidc-client/index.ts b/back/libs/core/src/handlers/oidc-client/index.ts index 65c0c849..67deef21 100644 --- a/back/libs/core/src/handlers/oidc-client/index.ts +++ b/back/libs/core/src/handlers/oidc-client/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/handlers/oidc-client/oidc-client-token-event.handler.ts b/back/libs/core/src/handlers/oidc-client/oidc-client-token-event.handler.ts index 567da6cd..9e8d21b4 100644 --- a/back/libs/core/src/handlers/oidc-client/oidc-client-token-event.handler.ts +++ b/back/libs/core/src/handlers/oidc-client/oidc-client-token-event.handler.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/handlers/oidc-client/oidc-client-userinfo-event.handler.ts b/back/libs/core/src/handlers/oidc-client/oidc-client-userinfo-event.handler.ts index 7c1c89ca..6aa74548 100644 --- a/back/libs/core/src/handlers/oidc-client/oidc-client-userinfo-event.handler.ts +++ b/back/libs/core/src/handlers/oidc-client/oidc-client-userinfo-event.handler.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/handlers/oidc-provider/index.ts b/back/libs/core/src/handlers/oidc-provider/index.ts index 90c576e3..b2845323 100644 --- a/back/libs/core/src/handlers/oidc-provider/index.ts +++ b/back/libs/core/src/handlers/oidc-provider/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/handlers/oidc-provider/oidc-provider-authorize-event.handler.ts b/back/libs/core/src/handlers/oidc-provider/oidc-provider-authorize-event.handler.ts index 59f40472..23c59c09 100644 --- a/back/libs/core/src/handlers/oidc-provider/oidc-provider-authorize-event.handler.ts +++ b/back/libs/core/src/handlers/oidc-provider/oidc-provider-authorize-event.handler.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/handlers/oidc-provider/oidc-provider-token-event.handler.ts b/back/libs/core/src/handlers/oidc-provider/oidc-provider-token-event.handler.ts index 4cab1ff0..2c4bf53e 100644 --- a/back/libs/core/src/handlers/oidc-provider/oidc-provider-token-event.handler.ts +++ b/back/libs/core/src/handlers/oidc-provider/oidc-provider-token-event.handler.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/handlers/oidc-provider/oidc-provider-userinfo-event.handler.ts b/back/libs/core/src/handlers/oidc-provider/oidc-provider-userinfo-event.handler.ts index 8f2220d2..46858e02 100644 --- a/back/libs/core/src/handlers/oidc-provider/oidc-provider-userinfo-event.handler.ts +++ b/back/libs/core/src/handlers/oidc-provider/oidc-provider-userinfo-event.handler.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/handlers/rnipp/index.ts b/back/libs/core/src/handlers/rnipp/index.ts index 42b23dc6..679a8e48 100644 --- a/back/libs/core/src/handlers/rnipp/index.ts +++ b/back/libs/core/src/handlers/rnipp/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/handlers/rnipp/rnipp-received-valid-event.handler.ts b/back/libs/core/src/handlers/rnipp/rnipp-received-valid-event.handler.ts index 46fba0f9..0ffcbcb2 100644 --- a/back/libs/core/src/handlers/rnipp/rnipp-received-valid-event.handler.ts +++ b/back/libs/core/src/handlers/rnipp/rnipp-received-valid-event.handler.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/handlers/rnipp/rnipp-requested-event.handler.ts b/back/libs/core/src/handlers/rnipp/rnipp-requested-event.handler.ts index dfbfa59f..6773d934 100644 --- a/back/libs/core/src/handlers/rnipp/rnipp-requested-event.handler.ts +++ b/back/libs/core/src/handlers/rnipp/rnipp-requested-event.handler.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/index.ts b/back/libs/core/src/index.ts index afba8c36..e52045ac 100644 --- a/back/libs/core/src/index.ts +++ b/back/libs/core/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/interfaces/core-tracking-context.interface.ts b/back/libs/core/src/interfaces/core-tracking-context.interface.ts index 29d2b021..a62ad1ba 100644 --- a/back/libs/core/src/interfaces/core-tracking-context.interface.ts +++ b/back/libs/core/src/interfaces/core-tracking-context.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/interfaces/core-tracking-log.interface.ts b/back/libs/core/src/interfaces/core-tracking-log.interface.ts index 6f47ac3d..25cac362 100644 --- a/back/libs/core/src/interfaces/core-tracking-log.interface.ts +++ b/back/libs/core/src/interfaces/core-tracking-log.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/interfaces/core-tracking-providers.interface.ts b/back/libs/core/src/interfaces/core-tracking-providers.interface.ts index d1d667e4..bdf9f602 100644 --- a/back/libs/core/src/interfaces/core-tracking-providers.interface.ts +++ b/back/libs/core/src/interfaces/core-tracking-providers.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/interfaces/index.ts b/back/libs/core/src/interfaces/index.ts index d92f1960..20d317d1 100644 --- a/back/libs/core/src/interfaces/index.ts +++ b/back/libs/core/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/services/index.ts b/back/libs/core/src/services/index.ts index 6acc97d1..1f9c040c 100644 --- a/back/libs/core/src/services/index.ts +++ b/back/libs/core/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/types/core.service.type.ts b/back/libs/core/src/types/core.service.type.ts index 75ea8371..42faa4c6 100644 --- a/back/libs/core/src/types/core.service.type.ts +++ b/back/libs/core/src/types/core.service.type.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/core/src/types/index.ts b/back/libs/core/src/types/index.ts index d8a6a018..44666fc0 100644 --- a/back/libs/core/src/types/index.ts +++ b/back/libs/core/src/types/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-eidas/src/cryptography-eidas.module.ts b/back/libs/cryptography-eidas/src/cryptography-eidas.module.ts index fdadb2e2..ae206d85 100644 --- a/back/libs/cryptography-eidas/src/cryptography-eidas.module.ts +++ b/back/libs/cryptography-eidas/src/cryptography-eidas.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-eidas/src/dto/cryptography-eidas-config.ts b/back/libs/cryptography-eidas/src/dto/cryptography-eidas-config.ts index c404e0d4..5e8415d6 100644 --- a/back/libs/cryptography-eidas/src/dto/cryptography-eidas-config.ts +++ b/back/libs/cryptography-eidas/src/dto/cryptography-eidas-config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-eidas/src/dto/index.ts b/back/libs/cryptography-eidas/src/dto/index.ts index 0d733f21..40cfaafc 100644 --- a/back/libs/cryptography-eidas/src/dto/index.ts +++ b/back/libs/cryptography-eidas/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-eidas/src/index.ts b/back/libs/cryptography-eidas/src/index.ts index 5b6473fd..068170b4 100644 --- a/back/libs/cryptography-eidas/src/index.ts +++ b/back/libs/cryptography-eidas/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-eidas/src/interfaces/index.ts b/back/libs/cryptography-eidas/src/interfaces/index.ts index 84a29116..9cc24c09 100644 --- a/back/libs/cryptography-eidas/src/interfaces/index.ts +++ b/back/libs/cryptography-eidas/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-eidas/src/interfaces/pivot-identity.interface.ts b/back/libs/cryptography-eidas/src/interfaces/pivot-identity.interface.ts index 2bef053c..c3600e17 100644 --- a/back/libs/cryptography-eidas/src/interfaces/pivot-identity.interface.ts +++ b/back/libs/cryptography-eidas/src/interfaces/pivot-identity.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-fca/src/cryptography-fca.module.ts b/back/libs/cryptography-fca/src/cryptography-fca.module.ts index 083cd627..cc7879d8 100644 --- a/back/libs/cryptography-fca/src/cryptography-fca.module.ts +++ b/back/libs/cryptography-fca/src/cryptography-fca.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-fca/src/dto/cryptography-fca-config.ts b/back/libs/cryptography-fca/src/dto/cryptography-fca-config.ts index 9974be21..b3d526c6 100644 --- a/back/libs/cryptography-fca/src/dto/cryptography-fca-config.ts +++ b/back/libs/cryptography-fca/src/dto/cryptography-fca-config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-fca/src/dto/index.ts b/back/libs/cryptography-fca/src/dto/index.ts index 18729ea5..d043a083 100644 --- a/back/libs/cryptography-fca/src/dto/index.ts +++ b/back/libs/cryptography-fca/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-fca/src/index.ts b/back/libs/cryptography-fca/src/index.ts index e61798e6..1fc0a0ee 100644 --- a/back/libs/cryptography-fca/src/index.ts +++ b/back/libs/cryptography-fca/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-fca/src/interfaces/agent-identity.interface.ts b/back/libs/cryptography-fca/src/interfaces/agent-identity.interface.ts index 5d3b16f5..78c1c044 100644 --- a/back/libs/cryptography-fca/src/interfaces/agent-identity.interface.ts +++ b/back/libs/cryptography-fca/src/interfaces/agent-identity.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-fca/src/interfaces/index.ts b/back/libs/cryptography-fca/src/interfaces/index.ts index 21f6ebad..0d7fed98 100644 --- a/back/libs/cryptography-fca/src/interfaces/index.ts +++ b/back/libs/cryptography-fca/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-fcp/src/dto/cryptography-fcp-config.ts b/back/libs/cryptography-fcp/src/dto/cryptography-fcp-config.ts index 52740a74..4ad222c9 100644 --- a/back/libs/cryptography-fcp/src/dto/cryptography-fcp-config.ts +++ b/back/libs/cryptography-fcp/src/dto/cryptography-fcp-config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-fcp/src/dto/index.ts b/back/libs/cryptography-fcp/src/dto/index.ts index 3fb67c3c..54d296a4 100644 --- a/back/libs/cryptography-fcp/src/dto/index.ts +++ b/back/libs/cryptography-fcp/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-fcp/src/index.ts b/back/libs/cryptography-fcp/src/index.ts index 13dc4cac..44d599da 100644 --- a/back/libs/cryptography-fcp/src/index.ts +++ b/back/libs/cryptography-fcp/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-fcp/src/interfaces/index.ts b/back/libs/cryptography-fcp/src/interfaces/index.ts index 84a29116..9cc24c09 100644 --- a/back/libs/cryptography-fcp/src/interfaces/index.ts +++ b/back/libs/cryptography-fcp/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography-fcp/src/interfaces/pivot-identity.interface.ts b/back/libs/cryptography-fcp/src/interfaces/pivot-identity.interface.ts index 2bef053c..c3600e17 100644 --- a/back/libs/cryptography-fcp/src/interfaces/pivot-identity.interface.ts +++ b/back/libs/cryptography-fcp/src/interfaces/pivot-identity.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography/src/dto/cryptography-config.ts b/back/libs/cryptography/src/dto/cryptography-config.ts index e9e374e0..820df2ab 100644 --- a/back/libs/cryptography/src/dto/cryptography-config.ts +++ b/back/libs/cryptography/src/dto/cryptography-config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography/src/dto/index.ts b/back/libs/cryptography/src/dto/index.ts index f920b39c..5e89d134 100644 --- a/back/libs/cryptography/src/dto/index.ts +++ b/back/libs/cryptography/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography/src/enum/error-code.enum.ts b/back/libs/cryptography/src/enum/error-code.enum.ts index 66d237a7..41cf9fe8 100644 --- a/back/libs/cryptography/src/enum/error-code.enum.ts +++ b/back/libs/cryptography/src/enum/error-code.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography/src/exceptions/cryptography-base.exception.ts b/back/libs/cryptography/src/exceptions/cryptography-base.exception.ts index ed3d2666..f5d761f6 100644 --- a/back/libs/cryptography/src/exceptions/cryptography-base.exception.ts +++ b/back/libs/cryptography/src/exceptions/cryptography-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography/src/exceptions/index.ts b/back/libs/cryptography/src/exceptions/index.ts index ae4edc7d..85f290ab 100644 --- a/back/libs/cryptography/src/exceptions/index.ts +++ b/back/libs/cryptography/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography/src/exceptions/low-entropy-argument.exception.ts b/back/libs/cryptography/src/exceptions/low-entropy-argument.exception.ts index 2da6aac3..8d373857 100644 --- a/back/libs/cryptography/src/exceptions/low-entropy-argument.exception.ts +++ b/back/libs/cryptography/src/exceptions/low-entropy-argument.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography/src/exceptions/password-hash-failure.exception.ts b/back/libs/cryptography/src/exceptions/password-hash-failure.exception.ts index deda2a5f..d9a046b5 100644 --- a/back/libs/cryptography/src/exceptions/password-hash-failure.exception.ts +++ b/back/libs/cryptography/src/exceptions/password-hash-failure.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/cryptography/src/index.ts b/back/libs/cryptography/src/index.ts index 7bc4612b..da757e3a 100644 --- a/back/libs/cryptography/src/index.ts +++ b/back/libs/cryptography/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/csv/src/csv.module.ts b/back/libs/csv/src/csv.module.ts index ba6d0922..07453855 100644 --- a/back/libs/csv/src/csv.module.ts +++ b/back/libs/csv/src/csv.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/csv/src/exceptions/csv-base.exception.ts b/back/libs/csv/src/exceptions/csv-base.exception.ts index b29a160e..9882dd4d 100644 --- a/back/libs/csv/src/exceptions/csv-base.exception.ts +++ b/back/libs/csv/src/exceptions/csv-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/csv/src/exceptions/csv-parsing.exception.ts b/back/libs/csv/src/exceptions/csv-parsing.exception.ts index 979e20a2..20f554c0 100644 --- a/back/libs/csv/src/exceptions/csv-parsing.exception.ts +++ b/back/libs/csv/src/exceptions/csv-parsing.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/csv/src/exceptions/index.ts b/back/libs/csv/src/exceptions/index.ts index 851ced37..d8f07995 100644 --- a/back/libs/csv/src/exceptions/index.ts +++ b/back/libs/csv/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declaration only diff --git a/back/libs/csv/src/helpers/csv-parser.ts b/back/libs/csv/src/helpers/csv-parser.ts index 4967f290..9e484ff8 100644 --- a/back/libs/csv/src/helpers/csv-parser.ts +++ b/back/libs/csv/src/helpers/csv-parser.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/libs/csv/src/helpers/index.ts b/back/libs/csv/src/helpers/index.ts index 3c03bb57..bb4e3d8a 100644 --- a/back/libs/csv/src/helpers/index.ts +++ b/back/libs/csv/src/helpers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/libs/csv/src/index.ts b/back/libs/csv/src/index.ts index a513c1bf..5d2fb1a3 100644 --- a/back/libs/csv/src/index.ts +++ b/back/libs/csv/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/csv/src/interfaces/adapter-csv.interface.ts b/back/libs/csv/src/interfaces/adapter-csv.interface.ts index 055216a6..461821cf 100644 --- a/back/libs/csv/src/interfaces/adapter-csv.interface.ts +++ b/back/libs/csv/src/interfaces/adapter-csv.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declaration only diff --git a/back/libs/csv/src/interfaces/index.ts b/back/libs/csv/src/interfaces/index.ts index 3855dfbd..3a6d588d 100644 --- a/back/libs/csv/src/interfaces/index.ts +++ b/back/libs/csv/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declaration only diff --git a/back/libs/csv/src/interfaces/repository.interface.ts b/back/libs/csv/src/interfaces/repository.interface.ts index 34bc0d38..9a9a3254 100644 --- a/back/libs/csv/src/interfaces/repository.interface.ts +++ b/back/libs/csv/src/interfaces/repository.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declaration only diff --git a/back/libs/csv/src/services/index.ts b/back/libs/csv/src/services/index.ts index 1ed84faa..3e69f2ad 100644 --- a/back/libs/csv/src/services/index.ts +++ b/back/libs/csv/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declaration only diff --git a/back/libs/csv/src/tokens/adapter-csv.token.ts b/back/libs/csv/src/tokens/adapter-csv.token.ts index 7b2503d2..41e1f5f1 100644 --- a/back/libs/csv/src/tokens/adapter-csv.token.ts +++ b/back/libs/csv/src/tokens/adapter-csv.token.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/libs/csv/src/tokens/index.ts b/back/libs/csv/src/tokens/index.ts index 31225d1c..0fe41400 100644 --- a/back/libs/csv/src/tokens/index.ts +++ b/back/libs/csv/src/tokens/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/data-provider-core-auth/src/data-provider-core-auth.module.ts b/back/libs/data-provider-core-auth/src/data-provider-core-auth.module.ts index b4e03371..088a1826 100644 --- a/back/libs/data-provider-core-auth/src/data-provider-core-auth.module.ts +++ b/back/libs/data-provider-core-auth/src/data-provider-core-auth.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/data-provider-core-auth/src/decorators/index.ts b/back/libs/data-provider-core-auth/src/decorators/index.ts index 5fe877e7..ccae59ff 100644 --- a/back/libs/data-provider-core-auth/src/decorators/index.ts +++ b/back/libs/data-provider-core-auth/src/decorators/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/data-provider-core-auth/src/dto/check-token-response.dto.ts b/back/libs/data-provider-core-auth/src/dto/check-token-response.dto.ts index ac955319..d8074e9d 100644 --- a/back/libs/data-provider-core-auth/src/dto/check-token-response.dto.ts +++ b/back/libs/data-provider-core-auth/src/dto/check-token-response.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/data-provider-core-auth/src/dto/data-provider-core-auth-config.ts b/back/libs/data-provider-core-auth/src/dto/data-provider-core-auth-config.ts index bb3a4ae5..be804d9f 100644 --- a/back/libs/data-provider-core-auth/src/dto/data-provider-core-auth-config.ts +++ b/back/libs/data-provider-core-auth/src/dto/data-provider-core-auth-config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/data-provider-core-auth/src/dto/index.ts b/back/libs/data-provider-core-auth/src/dto/index.ts index b805e9d8..19fef40d 100644 --- a/back/libs/data-provider-core-auth/src/dto/index.ts +++ b/back/libs/data-provider-core-auth/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/data-provider-core-auth/src/exceptions/check-token-failed.exception.ts b/back/libs/data-provider-core-auth/src/exceptions/check-token-failed.exception.ts index 62fa26e7..14b68778 100644 --- a/back/libs/data-provider-core-auth/src/exceptions/check-token-failed.exception.ts +++ b/back/libs/data-provider-core-auth/src/exceptions/check-token-failed.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/data-provider-core-auth/src/exceptions/data-provider-core-auth-base.exception.ts b/back/libs/data-provider-core-auth/src/exceptions/data-provider-core-auth-base.exception.ts index 8efc134d..66049f9a 100644 --- a/back/libs/data-provider-core-auth/src/exceptions/data-provider-core-auth-base.exception.ts +++ b/back/libs/data-provider-core-auth/src/exceptions/data-provider-core-auth-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/data-provider-core-auth/src/exceptions/index.ts b/back/libs/data-provider-core-auth/src/exceptions/index.ts index d7a567c8..5a81e4a9 100644 --- a/back/libs/data-provider-core-auth/src/exceptions/index.ts +++ b/back/libs/data-provider-core-auth/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/data-provider-core-auth/src/exceptions/invalid-http-auth-token.exception.ts b/back/libs/data-provider-core-auth/src/exceptions/invalid-http-auth-token.exception.ts index 36ec0d39..724b92cb 100644 --- a/back/libs/data-provider-core-auth/src/exceptions/invalid-http-auth-token.exception.ts +++ b/back/libs/data-provider-core-auth/src/exceptions/invalid-http-auth-token.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/data-provider-core-auth/src/exceptions/invalid-identity.exception.ts b/back/libs/data-provider-core-auth/src/exceptions/invalid-identity.exception.ts index ae182e44..6821030e 100644 --- a/back/libs/data-provider-core-auth/src/exceptions/invalid-identity.exception.ts +++ b/back/libs/data-provider-core-auth/src/exceptions/invalid-identity.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/data-provider-core-auth/src/exceptions/missing-http-auth-token.exception.ts b/back/libs/data-provider-core-auth/src/exceptions/missing-http-auth-token.exception.ts index 308f5e67..551f32a9 100644 --- a/back/libs/data-provider-core-auth/src/exceptions/missing-http-auth-token.exception.ts +++ b/back/libs/data-provider-core-auth/src/exceptions/missing-http-auth-token.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/data-provider-core-auth/src/exceptions/received-invalid-scope.exception.ts b/back/libs/data-provider-core-auth/src/exceptions/received-invalid-scope.exception.ts index 53fb8d64..69073ca5 100644 --- a/back/libs/data-provider-core-auth/src/exceptions/received-invalid-scope.exception.ts +++ b/back/libs/data-provider-core-auth/src/exceptions/received-invalid-scope.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/data-provider-core-auth/src/index.ts b/back/libs/data-provider-core-auth/src/index.ts index aca3182d..7df29aea 100644 --- a/back/libs/data-provider-core-auth/src/index.ts +++ b/back/libs/data-provider-core-auth/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/data-provider-core-auth/src/services/index.ts b/back/libs/data-provider-core-auth/src/services/index.ts index 179153fc..0420e909 100644 --- a/back/libs/data-provider-core-auth/src/services/index.ts +++ b/back/libs/data-provider-core-auth/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/eidas-client/src/dto/eidas-client-config.dto.ts b/back/libs/eidas-client/src/dto/eidas-client-config.dto.ts index b15400ea..3aacd522 100644 --- a/back/libs/eidas-client/src/dto/eidas-client-config.dto.ts +++ b/back/libs/eidas-client/src/dto/eidas-client-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-client/src/dto/eidas-client-session.dto.ts b/back/libs/eidas-client/src/dto/eidas-client-session.dto.ts index f5fc7c98..26507188 100644 --- a/back/libs/eidas-client/src/dto/eidas-client-session.dto.ts +++ b/back/libs/eidas-client/src/dto/eidas-client-session.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-client/src/dto/eidas-client-validate-european-identity.dto.ts b/back/libs/eidas-client/src/dto/eidas-client-validate-european-identity.dto.ts index 862eb377..a67f110e 100644 --- a/back/libs/eidas-client/src/dto/eidas-client-validate-european-identity.dto.ts +++ b/back/libs/eidas-client/src/dto/eidas-client-validate-european-identity.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-client/src/dto/index.ts b/back/libs/eidas-client/src/dto/index.ts index 673b936d..9ecc3ceb 100644 --- a/back/libs/eidas-client/src/dto/index.ts +++ b/back/libs/eidas-client/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-client/src/dto/response-handler.dto.ts b/back/libs/eidas-client/src/dto/response-handler.dto.ts index acac004b..6b820136 100644 --- a/back/libs/eidas-client/src/dto/response-handler.dto.ts +++ b/back/libs/eidas-client/src/dto/response-handler.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-client/src/eidas-client.module.ts b/back/libs/eidas-client/src/eidas-client.module.ts index 93c2e035..57f7cea6 100644 --- a/back/libs/eidas-client/src/eidas-client.module.ts +++ b/back/libs/eidas-client/src/eidas-client.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-client/src/enum/error-code.enum.ts b/back/libs/eidas-client/src/enum/error-code.enum.ts index e7158f48..d60e2cc5 100644 --- a/back/libs/eidas-client/src/enum/error-code.enum.ts +++ b/back/libs/eidas-client/src/enum/error-code.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-client/src/exceptions/eidas-client-base.exception.ts b/back/libs/eidas-client/src/exceptions/eidas-client-base.exception.ts index 705059a8..e1adb42d 100644 --- a/back/libs/eidas-client/src/exceptions/eidas-client-base.exception.ts +++ b/back/libs/eidas-client/src/exceptions/eidas-client-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/eidas-client/src/exceptions/read-light-response-from-cache.exception.ts b/back/libs/eidas-client/src/exceptions/read-light-response-from-cache.exception.ts index 94905bc7..9bad3d82 100644 --- a/back/libs/eidas-client/src/exceptions/read-light-response-from-cache.exception.ts +++ b/back/libs/eidas-client/src/exceptions/read-light-response-from-cache.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-client/src/exceptions/write-light-request-in-cache.exception.ts b/back/libs/eidas-client/src/exceptions/write-light-request-in-cache.exception.ts index e561eb68..2fb18dc0 100644 --- a/back/libs/eidas-client/src/exceptions/write-light-request-in-cache.exception.ts +++ b/back/libs/eidas-client/src/exceptions/write-light-request-in-cache.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-client/src/index.ts b/back/libs/eidas-client/src/index.ts index 794331e1..f9d92019 100644 --- a/back/libs/eidas-client/src/index.ts +++ b/back/libs/eidas-client/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-country/src/data/eidas-country-list.data.ts b/back/libs/eidas-country/src/data/eidas-country-list.data.ts index e55e98e9..8451ca1b 100644 --- a/back/libs/eidas-country/src/data/eidas-country-list.data.ts +++ b/back/libs/eidas-country/src/data/eidas-country-list.data.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-country/src/data/index.ts b/back/libs/eidas-country/src/data/index.ts index ed05a8a1..46a648a1 100644 --- a/back/libs/eidas-country/src/data/index.ts +++ b/back/libs/eidas-country/src/data/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-country/src/eidas-country.module.ts b/back/libs/eidas-country/src/eidas-country.module.ts index 4cf5bd27..de0fda45 100644 --- a/back/libs/eidas-country/src/eidas-country.module.ts +++ b/back/libs/eidas-country/src/eidas-country.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/libs/eidas-country/src/enums/eidas-countries.enum.ts b/back/libs/eidas-country/src/enums/eidas-countries.enum.ts index ae6c6198..b7760008 100644 --- a/back/libs/eidas-country/src/enums/eidas-countries.enum.ts +++ b/back/libs/eidas-country/src/enums/eidas-countries.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ /** diff --git a/back/libs/eidas-country/src/enums/index.ts b/back/libs/eidas-country/src/enums/index.ts index 003f57d9..6908cbe2 100644 --- a/back/libs/eidas-country/src/enums/index.ts +++ b/back/libs/eidas-country/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-country/src/index.ts b/back/libs/eidas-country/src/index.ts index 3d0d4c3d..89e5f1c9 100644 --- a/back/libs/eidas-country/src/index.ts +++ b/back/libs/eidas-country/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/libs/eidas-country/src/interfaces/eidas-country-element.interface.ts b/back/libs/eidas-country/src/interfaces/eidas-country-element.interface.ts index bf029ed2..26b7c755 100644 --- a/back/libs/eidas-country/src/interfaces/eidas-country-element.interface.ts +++ b/back/libs/eidas-country/src/interfaces/eidas-country-element.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/libs/eidas-country/src/interfaces/index.ts b/back/libs/eidas-country/src/interfaces/index.ts index df782764..6b1359f6 100644 --- a/back/libs/eidas-country/src/interfaces/index.ts +++ b/back/libs/eidas-country/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Tested by DTO diff --git a/back/libs/eidas-light-protocol/src/eidas-light-protocol.module.ts b/back/libs/eidas-light-protocol/src/eidas-light-protocol.module.ts index c2b634ff..7f1f669f 100644 --- a/back/libs/eidas-light-protocol/src/eidas-light-protocol.module.ts +++ b/back/libs/eidas-light-protocol/src/eidas-light-protocol.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-light-protocol/src/enums/index.ts b/back/libs/eidas-light-protocol/src/enums/index.ts index 24d5c7cb..e60bc74b 100644 --- a/back/libs/eidas-light-protocol/src/enums/index.ts +++ b/back/libs/eidas-light-protocol/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-light-protocol/src/exceptions/eidas-base-exception.ts b/back/libs/eidas-light-protocol/src/exceptions/eidas-base-exception.ts index f0b4f6a5..c25fc20b 100644 --- a/back/libs/eidas-light-protocol/src/exceptions/eidas-base-exception.ts +++ b/back/libs/eidas-light-protocol/src/exceptions/eidas-base-exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/eidas-light-protocol/src/exceptions/eidas-invalid-token-checksum-exception.ts b/back/libs/eidas-light-protocol/src/exceptions/eidas-invalid-token-checksum-exception.ts index 1566213b..2eb343f1 100644 --- a/back/libs/eidas-light-protocol/src/exceptions/eidas-invalid-token-checksum-exception.ts +++ b/back/libs/eidas-light-protocol/src/exceptions/eidas-invalid-token-checksum-exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/eidas-light-protocol/src/exceptions/eidas-json-to-xml-exception.ts b/back/libs/eidas-light-protocol/src/exceptions/eidas-json-to-xml-exception.ts index 9a0f8d1e..1704135c 100644 --- a/back/libs/eidas-light-protocol/src/exceptions/eidas-json-to-xml-exception.ts +++ b/back/libs/eidas-light-protocol/src/exceptions/eidas-json-to-xml-exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/eidas-light-protocol/src/exceptions/eidas-oversized-token-exception.ts b/back/libs/eidas-light-protocol/src/exceptions/eidas-oversized-token-exception.ts index 34d8b1c5..04d64a78 100644 --- a/back/libs/eidas-light-protocol/src/exceptions/eidas-oversized-token-exception.ts +++ b/back/libs/eidas-light-protocol/src/exceptions/eidas-oversized-token-exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/eidas-light-protocol/src/exceptions/eidas-xml-to-json-exception.ts b/back/libs/eidas-light-protocol/src/exceptions/eidas-xml-to-json-exception.ts index 1e161b5b..735c4821 100644 --- a/back/libs/eidas-light-protocol/src/exceptions/eidas-xml-to-json-exception.ts +++ b/back/libs/eidas-light-protocol/src/exceptions/eidas-xml-to-json-exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/eidas-light-protocol/src/exceptions/index.ts b/back/libs/eidas-light-protocol/src/exceptions/index.ts index c8353f70..e90eda51 100644 --- a/back/libs/eidas-light-protocol/src/exceptions/index.ts +++ b/back/libs/eidas-light-protocol/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-light-protocol/src/index.ts b/back/libs/eidas-light-protocol/src/index.ts index a9d242f5..8bc4c1d8 100644 --- a/back/libs/eidas-light-protocol/src/index.ts +++ b/back/libs/eidas-light-protocol/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-light-protocol/src/interfaces/index.ts b/back/libs/eidas-light-protocol/src/interfaces/index.ts index d9ff64a4..75fef432 100644 --- a/back/libs/eidas-light-protocol/src/interfaces/index.ts +++ b/back/libs/eidas-light-protocol/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-light-protocol/src/interfaces/parsed-token.interface.ts b/back/libs/eidas-light-protocol/src/interfaces/parsed-token.interface.ts index 1cfe74ff..02eacfbd 100644 --- a/back/libs/eidas-light-protocol/src/interfaces/parsed-token.interface.ts +++ b/back/libs/eidas-light-protocol/src/interfaces/parsed-token.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-light-protocol/src/interfaces/paths-object.interface.ts b/back/libs/eidas-light-protocol/src/interfaces/paths-object.interface.ts index 7e8ba05d..f5502abc 100644 --- a/back/libs/eidas-light-protocol/src/interfaces/paths-object.interface.ts +++ b/back/libs/eidas-light-protocol/src/interfaces/paths-object.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-light-protocol/src/services/index.ts b/back/libs/eidas-light-protocol/src/services/index.ts index 4c6f483e..fbb3ca80 100644 --- a/back/libs/eidas-light-protocol/src/services/index.ts +++ b/back/libs/eidas-light-protocol/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-oidc-mapper/src/eidas-oidc-mapper.module.ts b/back/libs/eidas-oidc-mapper/src/eidas-oidc-mapper.module.ts index 8ae600b0..a02bba47 100644 --- a/back/libs/eidas-oidc-mapper/src/eidas-oidc-mapper.module.ts +++ b/back/libs/eidas-oidc-mapper/src/eidas-oidc-mapper.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-oidc-mapper/src/enums/index.ts b/back/libs/eidas-oidc-mapper/src/enums/index.ts index 3db6e1c6..b3c886b7 100644 --- a/back/libs/eidas-oidc-mapper/src/enums/index.ts +++ b/back/libs/eidas-oidc-mapper/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-oidc-mapper/src/enums/oidc-claims.enum.ts b/back/libs/eidas-oidc-mapper/src/enums/oidc-claims.enum.ts index 180a632d..94dc94f9 100644 --- a/back/libs/eidas-oidc-mapper/src/enums/oidc-claims.enum.ts +++ b/back/libs/eidas-oidc-mapper/src/enums/oidc-claims.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-oidc-mapper/src/index.ts b/back/libs/eidas-oidc-mapper/src/index.ts index c156552d..5420d954 100644 --- a/back/libs/eidas-oidc-mapper/src/index.ts +++ b/back/libs/eidas-oidc-mapper/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-oidc-mapper/src/interfaces/index.ts b/back/libs/eidas-oidc-mapper/src/interfaces/index.ts index 26fcf77f..03e333bc 100644 --- a/back/libs/eidas-oidc-mapper/src/interfaces/index.ts +++ b/back/libs/eidas-oidc-mapper/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-oidc-mapper/src/interfaces/oidc-identity.interface.ts b/back/libs/eidas-oidc-mapper/src/interfaces/oidc-identity.interface.ts index 59c05d64..50dd8fdb 100644 --- a/back/libs/eidas-oidc-mapper/src/interfaces/oidc-identity.interface.ts +++ b/back/libs/eidas-oidc-mapper/src/interfaces/oidc-identity.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-oidc-mapper/src/mappers/index.ts b/back/libs/eidas-oidc-mapper/src/mappers/index.ts index 8f9e9dad..2531b793 100644 --- a/back/libs/eidas-oidc-mapper/src/mappers/index.ts +++ b/back/libs/eidas-oidc-mapper/src/mappers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-oidc-mapper/src/services/index.ts b/back/libs/eidas-oidc-mapper/src/services/index.ts index 1d5ba15c..eb80fbaf 100644 --- a/back/libs/eidas-oidc-mapper/src/services/index.ts +++ b/back/libs/eidas-oidc-mapper/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-provider/src/dto/eidas-provider-config.dto.ts b/back/libs/eidas-provider/src/dto/eidas-provider-config.dto.ts index 3d1fb231..5faee213 100644 --- a/back/libs/eidas-provider/src/dto/eidas-provider-config.dto.ts +++ b/back/libs/eidas-provider/src/dto/eidas-provider-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-provider/src/dto/eidas-provider-session.dto.ts b/back/libs/eidas-provider/src/dto/eidas-provider-session.dto.ts index d1f91ed1..a39201c2 100644 --- a/back/libs/eidas-provider/src/dto/eidas-provider-session.dto.ts +++ b/back/libs/eidas-provider/src/dto/eidas-provider-session.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-provider/src/dto/index.ts b/back/libs/eidas-provider/src/dto/index.ts index 6d62fb65..f18d1bee 100644 --- a/back/libs/eidas-provider/src/dto/index.ts +++ b/back/libs/eidas-provider/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-provider/src/eidas-provider.module.ts b/back/libs/eidas-provider/src/eidas-provider.module.ts index ed21f78d..4d9c7e85 100644 --- a/back/libs/eidas-provider/src/eidas-provider.module.ts +++ b/back/libs/eidas-provider/src/eidas-provider.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-provider/src/enums/error-code.enum.ts b/back/libs/eidas-provider/src/enums/error-code.enum.ts index 6e2a01e6..b41697e6 100644 --- a/back/libs/eidas-provider/src/enums/error-code.enum.ts +++ b/back/libs/eidas-provider/src/enums/error-code.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-provider/src/enums/index.ts b/back/libs/eidas-provider/src/enums/index.ts index 24d5c7cb..e60bc74b 100644 --- a/back/libs/eidas-provider/src/enums/index.ts +++ b/back/libs/eidas-provider/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-provider/src/exceptions/eidas-provider-base.exception.ts b/back/libs/eidas-provider/src/exceptions/eidas-provider-base.exception.ts index e44b0fc9..339e498a 100644 --- a/back/libs/eidas-provider/src/exceptions/eidas-provider-base.exception.ts +++ b/back/libs/eidas-provider/src/exceptions/eidas-provider-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/eidas-provider/src/exceptions/read-light-request-from-cache.exception.ts b/back/libs/eidas-provider/src/exceptions/read-light-request-from-cache.exception.ts index c268ea48..028db4bd 100644 --- a/back/libs/eidas-provider/src/exceptions/read-light-request-from-cache.exception.ts +++ b/back/libs/eidas-provider/src/exceptions/read-light-request-from-cache.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-provider/src/exceptions/write-light-response-in-cache.exception.ts b/back/libs/eidas-provider/src/exceptions/write-light-response-in-cache.exception.ts index 5e96fffb..27915f59 100644 --- a/back/libs/eidas-provider/src/exceptions/write-light-response-in-cache.exception.ts +++ b/back/libs/eidas-provider/src/exceptions/write-light-response-in-cache.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas-provider/src/index.ts b/back/libs/eidas-provider/src/index.ts index 895b7cb2..cf378ab5 100644 --- a/back/libs/eidas-provider/src/index.ts +++ b/back/libs/eidas-provider/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas/src/dto/eidas-partial-request.dto.ts b/back/libs/eidas/src/dto/eidas-partial-request.dto.ts index df1375ae..b4a8d60b 100644 --- a/back/libs/eidas/src/dto/eidas-partial-request.dto.ts +++ b/back/libs/eidas/src/dto/eidas-partial-request.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas/src/dto/eidas-partial-response.dto.ts b/back/libs/eidas/src/dto/eidas-partial-response.dto.ts index fe8c0f59..074130a7 100644 --- a/back/libs/eidas/src/dto/eidas-partial-response.dto.ts +++ b/back/libs/eidas/src/dto/eidas-partial-response.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas/src/dto/eidas-request.dto.ts b/back/libs/eidas/src/dto/eidas-request.dto.ts index b18e1222..64bd8680 100644 --- a/back/libs/eidas/src/dto/eidas-request.dto.ts +++ b/back/libs/eidas/src/dto/eidas-request.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas/src/dto/eidas-response.dto.ts b/back/libs/eidas/src/dto/eidas-response.dto.ts index d6bb52f9..b25398b5 100644 --- a/back/libs/eidas/src/dto/eidas-response.dto.ts +++ b/back/libs/eidas/src/dto/eidas-response.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas/src/dto/index.ts b/back/libs/eidas/src/dto/index.ts index bf72ed1b..a46b53f3 100644 --- a/back/libs/eidas/src/dto/index.ts +++ b/back/libs/eidas/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas/src/eidas.module.ts b/back/libs/eidas/src/eidas.module.ts index 8a4aab6c..88cb0c68 100644 --- a/back/libs/eidas/src/eidas.module.ts +++ b/back/libs/eidas/src/eidas.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas/src/enums/eidas-attributes.enum.ts b/back/libs/eidas/src/enums/eidas-attributes.enum.ts index f394e2b6..9f649043 100644 --- a/back/libs/eidas/src/enums/eidas-attributes.enum.ts +++ b/back/libs/eidas/src/enums/eidas-attributes.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas/src/enums/eidas-loas.enum.ts b/back/libs/eidas/src/enums/eidas-loas.enum.ts index 3755a6ba..fd31d10c 100644 --- a/back/libs/eidas/src/enums/eidas-loas.enum.ts +++ b/back/libs/eidas/src/enums/eidas-loas.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas/src/enums/eidas-name-id-formats.enum.ts b/back/libs/eidas/src/enums/eidas-name-id-formats.enum.ts index 9d2c0291..407bd7ac 100644 --- a/back/libs/eidas/src/enums/eidas-name-id-formats.enum.ts +++ b/back/libs/eidas/src/enums/eidas-name-id-formats.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas/src/enums/eidas-sp-types.enum.ts b/back/libs/eidas/src/enums/eidas-sp-types.enum.ts index fbb16582..fccc5eb4 100644 --- a/back/libs/eidas/src/enums/eidas-sp-types.enum.ts +++ b/back/libs/eidas/src/enums/eidas-sp-types.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas/src/enums/eidas-status-codes.enum.ts b/back/libs/eidas/src/enums/eidas-status-codes.enum.ts index 9f6fbf6a..cbe1635c 100644 --- a/back/libs/eidas/src/enums/eidas-status-codes.enum.ts +++ b/back/libs/eidas/src/enums/eidas-status-codes.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas/src/enums/eidas-sub-status-codes.enum.ts b/back/libs/eidas/src/enums/eidas-sub-status-codes.enum.ts index 63bdeb1f..a0364bbf 100644 --- a/back/libs/eidas/src/enums/eidas-sub-status-codes.enum.ts +++ b/back/libs/eidas/src/enums/eidas-sub-status-codes.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/eidas/src/index.ts b/back/libs/eidas/src/index.ts index c99d002e..2d8eaf61 100644 --- a/back/libs/eidas/src/index.ts +++ b/back/libs/eidas/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/elasticsearch/src/dto/elasticsearch.config.ts b/back/libs/elasticsearch/src/dto/elasticsearch.config.ts index d91c2b63..6bc3426a 100644 --- a/back/libs/elasticsearch/src/dto/elasticsearch.config.ts +++ b/back/libs/elasticsearch/src/dto/elasticsearch.config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ import { IsArray, IsString, IsUrl } from 'class-validator'; diff --git a/back/libs/elasticsearch/src/dto/index.ts b/back/libs/elasticsearch/src/dto/index.ts index 6791f42d..144df95c 100644 --- a/back/libs/elasticsearch/src/dto/index.ts +++ b/back/libs/elasticsearch/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/elasticsearch/src/elasticsearch.module.ts b/back/libs/elasticsearch/src/elasticsearch.module.ts index c6c35e81..1e613c5e 100644 --- a/back/libs/elasticsearch/src/elasticsearch.module.ts +++ b/back/libs/elasticsearch/src/elasticsearch.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/elasticsearch/src/helpers/index.ts b/back/libs/elasticsearch/src/helpers/index.ts index 5d174c22..c3f463b6 100644 --- a/back/libs/elasticsearch/src/helpers/index.ts +++ b/back/libs/elasticsearch/src/helpers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/elasticsearch/src/index.ts b/back/libs/elasticsearch/src/index.ts index e524f14b..a1b739ce 100644 --- a/back/libs/elasticsearch/src/index.ts +++ b/back/libs/elasticsearch/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/elasticsearch/src/interfaces/client-options.interface.ts b/back/libs/elasticsearch/src/interfaces/client-options.interface.ts index d6467165..e7bbe2d7 100644 --- a/back/libs/elasticsearch/src/interfaces/client-options.interface.ts +++ b/back/libs/elasticsearch/src/interfaces/client-options.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ /* diff --git a/back/libs/elasticsearch/src/interfaces/index.ts b/back/libs/elasticsearch/src/interfaces/index.ts index d7acf3d3..20ac2ff0 100644 --- a/back/libs/elasticsearch/src/interfaces/index.ts +++ b/back/libs/elasticsearch/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/exceptions/src/cli/export-exceptions/fixtures/module-2.exception.fixture.ts b/back/libs/exceptions/src/cli/export-exceptions/fixtures/module-2.exception.fixture.ts index 5d8def57..180efbbd 100644 --- a/back/libs/exceptions/src/cli/export-exceptions/fixtures/module-2.exception.fixture.ts +++ b/back/libs/exceptions/src/cli/export-exceptions/fixtures/module-2.exception.fixture.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ import { FcException } from '@fc/exceptions'; diff --git a/back/libs/exceptions/src/cli/export-exceptions/fixtures/module.exception.fixture.ts b/back/libs/exceptions/src/cli/export-exceptions/fixtures/module.exception.fixture.ts index 5d087eed..973c4ef7 100644 --- a/back/libs/exceptions/src/cli/export-exceptions/fixtures/module.exception.fixture.ts +++ b/back/libs/exceptions/src/cli/export-exceptions/fixtures/module.exception.fixture.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ import { FcException } from '@fc/exceptions'; diff --git a/back/libs/exceptions/src/cli/export-exceptions/index.ts b/back/libs/exceptions/src/cli/export-exceptions/index.ts index 224c2203..5e3a4834 100644 --- a/back/libs/exceptions/src/cli/export-exceptions/index.ts +++ b/back/libs/exceptions/src/cli/export-exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/exceptions/src/decorator/index.ts b/back/libs/exceptions/src/decorator/index.ts index ea1f55dc..4073af7c 100644 --- a/back/libs/exceptions/src/decorator/index.ts +++ b/back/libs/exceptions/src/decorator/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/exceptions/src/events/index.ts b/back/libs/exceptions/src/events/index.ts index 3ff068fa..320af3ab 100644 --- a/back/libs/exceptions/src/events/index.ts +++ b/back/libs/exceptions/src/events/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/exceptions/src/events/trackable.event.ts b/back/libs/exceptions/src/events/trackable.event.ts index 6ef33d3c..408bf49f 100644 --- a/back/libs/exceptions/src/events/trackable.event.ts +++ b/back/libs/exceptions/src/events/trackable.event.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/exceptions/src/exception-filters/index.ts b/back/libs/exceptions/src/exception-filters/index.ts index 5a6ec49d..4bad7fc4 100644 --- a/back/libs/exceptions/src/exception-filters/index.ts +++ b/back/libs/exceptions/src/exception-filters/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/exceptions/src/index.ts b/back/libs/exceptions/src/index.ts index 60e1de84..2532a660 100644 --- a/back/libs/exceptions/src/index.ts +++ b/back/libs/exceptions/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/exceptions/src/interfaces/index.ts b/back/libs/exceptions/src/interfaces/index.ts index 5e9e0c6a..075df437 100644 --- a/back/libs/exceptions/src/interfaces/index.ts +++ b/back/libs/exceptions/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/exceptions/src/types/index.ts b/back/libs/exceptions/src/types/index.ts index e9cf2ee4..303f2cc8 100644 --- a/back/libs/exceptions/src/types/index.ts +++ b/back/libs/exceptions/src/types/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/exceptions/src/types/runner-exception.type.ts b/back/libs/exceptions/src/types/runner-exception.type.ts index 47764bae..81b35020 100644 --- a/back/libs/exceptions/src/types/runner-exception.type.ts +++ b/back/libs/exceptions/src/types/runner-exception.type.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/feature-handler/src/decorators/index.ts b/back/libs/feature-handler/src/decorators/index.ts index 94f3799a..cda226db 100644 --- a/back/libs/feature-handler/src/decorators/index.ts +++ b/back/libs/feature-handler/src/decorators/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/feature-handler/src/enums/index.ts b/back/libs/feature-handler/src/enums/index.ts index 24d5c7cb..e60bc74b 100644 --- a/back/libs/feature-handler/src/enums/index.ts +++ b/back/libs/feature-handler/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/feature-handler/src/exceptions/feature-handler-base.exception.ts b/back/libs/feature-handler/src/exceptions/feature-handler-base.exception.ts index e6667871..0c4a8a87 100644 --- a/back/libs/feature-handler/src/exceptions/feature-handler-base.exception.ts +++ b/back/libs/feature-handler/src/exceptions/feature-handler-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/feature-handler/src/exceptions/index.ts b/back/libs/feature-handler/src/exceptions/index.ts index 69ee2626..52bfb768 100644 --- a/back/libs/feature-handler/src/exceptions/index.ts +++ b/back/libs/feature-handler/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/feature-handler/src/feature-handler.module.ts b/back/libs/feature-handler/src/feature-handler.module.ts index d58707f9..28be5f77 100644 --- a/back/libs/feature-handler/src/feature-handler.module.ts +++ b/back/libs/feature-handler/src/feature-handler.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code import { Module } from '@nestjs/common'; diff --git a/back/libs/feature-handler/src/handlers/index.ts b/back/libs/feature-handler/src/handlers/index.ts index 14213e73..176093d1 100644 --- a/back/libs/feature-handler/src/handlers/index.ts +++ b/back/libs/feature-handler/src/handlers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/feature-handler/src/index.ts b/back/libs/feature-handler/src/index.ts index db710dbd..b60a4fd0 100644 --- a/back/libs/feature-handler/src/index.ts +++ b/back/libs/feature-handler/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/feature-handler/src/interfaces/feature-handler-database.interface.ts b/back/libs/feature-handler/src/interfaces/feature-handler-database.interface.ts index 7b4d1357..0bf1e3f8 100644 --- a/back/libs/feature-handler/src/interfaces/feature-handler-database.interface.ts +++ b/back/libs/feature-handler/src/interfaces/feature-handler-database.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ /** diff --git a/back/libs/feature-handler/src/interfaces/feature-handler.interface.ts b/back/libs/feature-handler/src/interfaces/feature-handler.interface.ts index 04211be3..7fa4023e 100644 --- a/back/libs/feature-handler/src/interfaces/feature-handler.interface.ts +++ b/back/libs/feature-handler/src/interfaces/feature-handler.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/feature-handler/src/interfaces/index.ts b/back/libs/feature-handler/src/interfaces/index.ts index 908feaa8..68aa4dbb 100644 --- a/back/libs/feature-handler/src/interfaces/index.ts +++ b/back/libs/feature-handler/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/feature-handler/src/utils/index.ts b/back/libs/feature-handler/src/utils/index.ts index 7cf39dfb..09429102 100644 --- a/back/libs/feature-handler/src/utils/index.ts +++ b/back/libs/feature-handler/src/utils/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/feature-handler/src/validators/index.ts b/back/libs/feature-handler/src/validators/index.ts index dec85c22..d69a52c2 100644 --- a/back/libs/feature-handler/src/validators/index.ts +++ b/back/libs/feature-handler/src/validators/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/geoip-maxmind/src/dto/geoip-maxmind-config.dto.ts b/back/libs/geoip-maxmind/src/dto/geoip-maxmind-config.dto.ts index 420a5743..0750728a 100644 --- a/back/libs/geoip-maxmind/src/dto/geoip-maxmind-config.dto.ts +++ b/back/libs/geoip-maxmind/src/dto/geoip-maxmind-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/geoip-maxmind/src/dto/index.ts b/back/libs/geoip-maxmind/src/dto/index.ts index 43f9cdbb..dc324b2b 100644 --- a/back/libs/geoip-maxmind/src/dto/index.ts +++ b/back/libs/geoip-maxmind/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/geoip-maxmind/src/enums/index.ts b/back/libs/geoip-maxmind/src/enums/index.ts index 15b418a1..ce5566fb 100644 --- a/back/libs/geoip-maxmind/src/enums/index.ts +++ b/back/libs/geoip-maxmind/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/geoip-maxmind/src/exceptions/geoip-maxmind-base.exception.ts b/back/libs/geoip-maxmind/src/exceptions/geoip-maxmind-base.exception.ts index ff63a841..225275b9 100644 --- a/back/libs/geoip-maxmind/src/exceptions/geoip-maxmind-base.exception.ts +++ b/back/libs/geoip-maxmind/src/exceptions/geoip-maxmind-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/geoip-maxmind/src/exceptions/geoip-maxmind-not-found.exception.ts b/back/libs/geoip-maxmind/src/exceptions/geoip-maxmind-not-found.exception.ts index ce7df416..308017fa 100644 --- a/back/libs/geoip-maxmind/src/exceptions/geoip-maxmind-not-found.exception.ts +++ b/back/libs/geoip-maxmind/src/exceptions/geoip-maxmind-not-found.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/geoip-maxmind/src/exceptions/index.ts b/back/libs/geoip-maxmind/src/exceptions/index.ts index 890401d1..3b65a7c3 100644 --- a/back/libs/geoip-maxmind/src/exceptions/index.ts +++ b/back/libs/geoip-maxmind/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/geoip-maxmind/src/geoip-maxmind.module.ts b/back/libs/geoip-maxmind/src/geoip-maxmind.module.ts index 174f3a85..a87b2c2a 100644 --- a/back/libs/geoip-maxmind/src/geoip-maxmind.module.ts +++ b/back/libs/geoip-maxmind/src/geoip-maxmind.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/geoip-maxmind/src/index.ts b/back/libs/geoip-maxmind/src/index.ts index c940cbb6..7fcd594e 100644 --- a/back/libs/geoip-maxmind/src/index.ts +++ b/back/libs/geoip-maxmind/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/hsm/src/dto/hsm.config.ts b/back/libs/hsm/src/dto/hsm.config.ts index a2dfe1b5..1537a4fa 100644 --- a/back/libs/hsm/src/dto/hsm.config.ts +++ b/back/libs/hsm/src/dto/hsm.config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/hsm/src/dto/index.ts b/back/libs/hsm/src/dto/index.ts index 10d83315..5ce98beb 100644 --- a/back/libs/hsm/src/dto/index.ts +++ b/back/libs/hsm/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/hsm/src/enums/index.ts b/back/libs/hsm/src/enums/index.ts index 3787690f..29afb12e 100644 --- a/back/libs/hsm/src/enums/index.ts +++ b/back/libs/hsm/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/hsm/src/enums/pkcs11-error.enum.ts b/back/libs/hsm/src/enums/pkcs11-error.enum.ts index e85bffaf..08dcde43 100644 --- a/back/libs/hsm/src/enums/pkcs11-error.enum.ts +++ b/back/libs/hsm/src/enums/pkcs11-error.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/hsm/src/enums/signature-digest.enum.ts b/back/libs/hsm/src/enums/signature-digest.enum.ts index c040df29..d76057f8 100644 --- a/back/libs/hsm/src/enums/signature-digest.enum.ts +++ b/back/libs/hsm/src/enums/signature-digest.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/hsm/src/hsm.module.ts b/back/libs/hsm/src/hsm.module.ts index 229b7559..b75cd4ec 100644 --- a/back/libs/hsm/src/hsm.module.ts +++ b/back/libs/hsm/src/hsm.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/hsm/src/index.ts b/back/libs/hsm/src/index.ts index 6c84eade..f99ad3e5 100644 --- a/back/libs/hsm/src/index.ts +++ b/back/libs/hsm/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/http-proxy/src/http-proxy.module.ts b/back/libs/http-proxy/src/http-proxy.module.ts index 3795c96c..2aa4a421 100644 --- a/back/libs/http-proxy/src/http-proxy.module.ts +++ b/back/libs/http-proxy/src/http-proxy.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/http-proxy/src/index.ts b/back/libs/http-proxy/src/index.ts index a7e998b8..8db9700c 100644 --- a/back/libs/http-proxy/src/index.ts +++ b/back/libs/http-proxy/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/hybridge-http-proxy/src/enums/index.ts b/back/libs/hybridge-http-proxy/src/enums/index.ts index d5fb147a..e363395b 100644 --- a/back/libs/hybridge-http-proxy/src/enums/index.ts +++ b/back/libs/hybridge-http-proxy/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/hybridge-http-proxy/src/enums/message-type.enum.ts b/back/libs/hybridge-http-proxy/src/enums/message-type.enum.ts index de54e54f..8b251fc3 100644 --- a/back/libs/hybridge-http-proxy/src/enums/message-type.enum.ts +++ b/back/libs/hybridge-http-proxy/src/enums/message-type.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/hybridge-http-proxy/src/index.ts b/back/libs/hybridge-http-proxy/src/index.ts index b036e0c4..fc2882f9 100644 --- a/back/libs/hybridge-http-proxy/src/index.ts +++ b/back/libs/hybridge-http-proxy/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/hybridge-http-proxy/src/interface/bridge-error.interface.ts b/back/libs/hybridge-http-proxy/src/interface/bridge-error.interface.ts index 0a19ca4a..34fe5298 100644 --- a/back/libs/hybridge-http-proxy/src/interface/bridge-error.interface.ts +++ b/back/libs/hybridge-http-proxy/src/interface/bridge-error.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/hybridge-http-proxy/src/interface/bridge-payload.interface.ts b/back/libs/hybridge-http-proxy/src/interface/bridge-payload.interface.ts index 455bbd5a..91f41a64 100644 --- a/back/libs/hybridge-http-proxy/src/interface/bridge-payload.interface.ts +++ b/back/libs/hybridge-http-proxy/src/interface/bridge-payload.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/hybridge-http-proxy/src/interface/bridge-protocol.interface.ts b/back/libs/hybridge-http-proxy/src/interface/bridge-protocol.interface.ts index 63e84bca..8b00fd7f 100644 --- a/back/libs/hybridge-http-proxy/src/interface/bridge-protocol.interface.ts +++ b/back/libs/hybridge-http-proxy/src/interface/bridge-protocol.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/hybridge-http-proxy/src/interface/bridge-response.interface.ts b/back/libs/hybridge-http-proxy/src/interface/bridge-response.interface.ts index b8087158..ae489668 100644 --- a/back/libs/hybridge-http-proxy/src/interface/bridge-response.interface.ts +++ b/back/libs/hybridge-http-proxy/src/interface/bridge-response.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/hybridge-http-proxy/src/interface/index.ts b/back/libs/hybridge-http-proxy/src/interface/index.ts index 68c36c7c..d529626e 100644 --- a/back/libs/hybridge-http-proxy/src/interface/index.ts +++ b/back/libs/hybridge-http-proxy/src/interface/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/hybridge-http-proxy/src/validator/index.ts b/back/libs/hybridge-http-proxy/src/validator/index.ts index 65b6bd1c..6390712a 100644 --- a/back/libs/hybridge-http-proxy/src/validator/index.ts +++ b/back/libs/hybridge-http-proxy/src/validator/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/identity-provider-adapter-env/src/dto/identity_provider-adapter-env-config.dto.ts b/back/libs/identity-provider-adapter-env/src/dto/identity_provider-adapter-env-config.dto.ts index a670c8be..14d25067 100644 --- a/back/libs/identity-provider-adapter-env/src/dto/identity_provider-adapter-env-config.dto.ts +++ b/back/libs/identity-provider-adapter-env/src/dto/identity_provider-adapter-env-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/identity-provider-adapter-env/src/dto/index.ts b/back/libs/identity-provider-adapter-env/src/dto/index.ts index cd7a911f..a4f8ac47 100644 --- a/back/libs/identity-provider-adapter-env/src/dto/index.ts +++ b/back/libs/identity-provider-adapter-env/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/identity-provider-adapter-env/src/enums/identity-provider.enum.ts b/back/libs/identity-provider-adapter-env/src/enums/identity-provider.enum.ts index 10729606..84fd2b67 100644 --- a/back/libs/identity-provider-adapter-env/src/enums/identity-provider.enum.ts +++ b/back/libs/identity-provider-adapter-env/src/enums/identity-provider.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/identity-provider-adapter-env/src/enums/index.ts b/back/libs/identity-provider-adapter-env/src/enums/index.ts index 6cc84144..310ee664 100644 --- a/back/libs/identity-provider-adapter-env/src/enums/index.ts +++ b/back/libs/identity-provider-adapter-env/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/identity-provider-adapter-env/src/identity-provider-adapter-env.module.ts b/back/libs/identity-provider-adapter-env/src/identity-provider-adapter-env.module.ts index 8fec7b0b..43a9f3ab 100644 --- a/back/libs/identity-provider-adapter-env/src/identity-provider-adapter-env.module.ts +++ b/back/libs/identity-provider-adapter-env/src/identity-provider-adapter-env.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/identity-provider-adapter-env/src/index.ts b/back/libs/identity-provider-adapter-env/src/index.ts index 3e688b11..c88e09b1 100644 --- a/back/libs/identity-provider-adapter-env/src/index.ts +++ b/back/libs/identity-provider-adapter-env/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/identity-provider-adapter-env/src/interfaces/index.ts b/back/libs/identity-provider-adapter-env/src/interfaces/index.ts index b0d6270b..cee1c6ac 100644 --- a/back/libs/identity-provider-adapter-env/src/interfaces/index.ts +++ b/back/libs/identity-provider-adapter-env/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/identity-provider-adapter-mongo/src/dto/identity-provider-adapter-mongo.dto.ts b/back/libs/identity-provider-adapter-mongo/src/dto/identity-provider-adapter-mongo.dto.ts index 1c23821b..6fb815a0 100644 --- a/back/libs/identity-provider-adapter-mongo/src/dto/identity-provider-adapter-mongo.dto.ts +++ b/back/libs/identity-provider-adapter-mongo/src/dto/identity-provider-adapter-mongo.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/identity-provider-adapter-mongo/src/dto/index.ts b/back/libs/identity-provider-adapter-mongo/src/dto/index.ts index 524e05f9..54acd06d 100644 --- a/back/libs/identity-provider-adapter-mongo/src/dto/index.ts +++ b/back/libs/identity-provider-adapter-mongo/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/identity-provider-adapter-mongo/src/events/index.ts b/back/libs/identity-provider-adapter-mongo/src/events/index.ts index 2cb11334..86f1aa48 100644 --- a/back/libs/identity-provider-adapter-mongo/src/events/index.ts +++ b/back/libs/identity-provider-adapter-mongo/src/events/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/identity-provider-adapter-mongo/src/handlers/idendity-provider-update.handler.ts b/back/libs/identity-provider-adapter-mongo/src/handlers/idendity-provider-update.handler.ts index ee0e1800..403d6423 100644 --- a/back/libs/identity-provider-adapter-mongo/src/handlers/idendity-provider-update.handler.ts +++ b/back/libs/identity-provider-adapter-mongo/src/handlers/idendity-provider-update.handler.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/identity-provider-adapter-mongo/src/handlers/index.ts b/back/libs/identity-provider-adapter-mongo/src/handlers/index.ts index f32282f2..f89cb792 100644 --- a/back/libs/identity-provider-adapter-mongo/src/handlers/index.ts +++ b/back/libs/identity-provider-adapter-mongo/src/handlers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/identity-provider-adapter-mongo/src/index.ts b/back/libs/identity-provider-adapter-mongo/src/index.ts index f8e185c3..c1b1729e 100644 --- a/back/libs/identity-provider-adapter-mongo/src/index.ts +++ b/back/libs/identity-provider-adapter-mongo/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/identity-provider-adapter-mongo/src/interfaces/index.ts b/back/libs/identity-provider-adapter-mongo/src/interfaces/index.ts index 5d0bd789..df9c311e 100644 --- a/back/libs/identity-provider-adapter-mongo/src/interfaces/index.ts +++ b/back/libs/identity-provider-adapter-mongo/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/identity-provider-adapter-mongo/src/schemas/index.ts b/back/libs/identity-provider-adapter-mongo/src/schemas/index.ts index 060b206c..60fc1732 100644 --- a/back/libs/identity-provider-adapter-mongo/src/schemas/index.ts +++ b/back/libs/identity-provider-adapter-mongo/src/schemas/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/logger-legacy/src/constants/index.ts b/back/libs/logger-legacy/src/constants/index.ts index 62517983..463ca074 100644 --- a/back/libs/logger-legacy/src/constants/index.ts +++ b/back/libs/logger-legacy/src/constants/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/logger-legacy/src/constants/logger-colors.constants.ts b/back/libs/logger-legacy/src/constants/logger-colors.constants.ts index 1c69ac23..c6f95b44 100644 --- a/back/libs/logger-legacy/src/constants/logger-colors.constants.ts +++ b/back/libs/logger-legacy/src/constants/logger-colors.constants.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/logger-legacy/src/dto/index.ts b/back/libs/logger-legacy/src/dto/index.ts index aa8f5586..12a48bf0 100644 --- a/back/libs/logger-legacy/src/dto/index.ts +++ b/back/libs/logger-legacy/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/logger-legacy/src/enum/index.ts b/back/libs/logger-legacy/src/enum/index.ts index fd287472..2a7da46c 100644 --- a/back/libs/logger-legacy/src/enum/index.ts +++ b/back/libs/logger-legacy/src/enum/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/logger-legacy/src/enum/logger-display-modes.enums.ts b/back/libs/logger-legacy/src/enum/logger-display-modes.enums.ts index c00a5127..d2c776f8 100644 --- a/back/libs/logger-legacy/src/enum/logger-display-modes.enums.ts +++ b/back/libs/logger-legacy/src/enum/logger-display-modes.enums.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/logger-legacy/src/enum/logger-level-codes.enum.ts b/back/libs/logger-legacy/src/enum/logger-level-codes.enum.ts index 1b328eab..6f7faf5b 100644 --- a/back/libs/logger-legacy/src/enum/logger-level-codes.enum.ts +++ b/back/libs/logger-legacy/src/enum/logger-level-codes.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/logger-legacy/src/enum/logger-level-names.enum.ts b/back/libs/logger-legacy/src/enum/logger-level-names.enum.ts index 887bd346..d4106e9d 100644 --- a/back/libs/logger-legacy/src/enum/logger-level-names.enum.ts +++ b/back/libs/logger-legacy/src/enum/logger-level-names.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/logger-legacy/src/index.ts b/back/libs/logger-legacy/src/index.ts index ca28e0e0..f3b90f25 100644 --- a/back/libs/logger-legacy/src/index.ts +++ b/back/libs/logger-legacy/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/logger-legacy/src/interfaces/index.ts b/back/libs/logger-legacy/src/interfaces/index.ts index 34c7efe3..1b83e54c 100644 --- a/back/libs/logger-legacy/src/interfaces/index.ts +++ b/back/libs/logger-legacy/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/logger-legacy/src/interfaces/logger-business-event.interface.ts b/back/libs/logger-legacy/src/interfaces/logger-business-event.interface.ts index 2d9d8ba7..024a76e9 100644 --- a/back/libs/logger-legacy/src/interfaces/logger-business-event.interface.ts +++ b/back/libs/logger-legacy/src/interfaces/logger-business-event.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/logger-legacy/src/interfaces/logger-color-constants.interface.ts b/back/libs/logger-legacy/src/interfaces/logger-color-constants.interface.ts index 0bc680c6..0115071a 100644 --- a/back/libs/logger-legacy/src/interfaces/logger-color-constants.interface.ts +++ b/back/libs/logger-legacy/src/interfaces/logger-color-constants.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/logger-legacy/src/interfaces/logger-color-params.interface.ts b/back/libs/logger-legacy/src/interfaces/logger-color-params.interface.ts index ea0e8ef9..89a8cad2 100644 --- a/back/libs/logger-legacy/src/interfaces/logger-color-params.interface.ts +++ b/back/libs/logger-legacy/src/interfaces/logger-color-params.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/logger-legacy/src/services/index.ts b/back/libs/logger-legacy/src/services/index.ts index 680aa34d..95f391cb 100644 --- a/back/libs/logger-legacy/src/services/index.ts +++ b/back/libs/logger-legacy/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/logger-legacy/src/utils/index.ts b/back/libs/logger-legacy/src/utils/index.ts index 608ede3d..de2f671a 100644 --- a/back/libs/logger-legacy/src/utils/index.ts +++ b/back/libs/logger-legacy/src/utils/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/logger/src/index.ts b/back/libs/logger/src/index.ts index f63f9524..97e2c975 100644 --- a/back/libs/logger/src/index.ts +++ b/back/libs/logger/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/logger/src/logger.module.ts b/back/libs/logger/src/logger.module.ts index 0a92f6a4..478e0c20 100644 --- a/back/libs/logger/src/logger.module.ts +++ b/back/libs/logger/src/logger.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mailer/src/dto/connect-notification-email-parameters.dto.ts b/back/libs/mailer/src/dto/connect-notification-email-parameters.dto.ts index eb47d746..5a94f011 100644 --- a/back/libs/mailer/src/dto/connect-notification-email-parameters.dto.ts +++ b/back/libs/mailer/src/dto/connect-notification-email-parameters.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mailer/src/dto/idp-config-updates-email-parameters.dto.ts b/back/libs/mailer/src/dto/idp-config-updates-email-parameters.dto.ts index 7a04703e..b207f317 100644 --- a/back/libs/mailer/src/dto/idp-config-updates-email-parameters.dto.ts +++ b/back/libs/mailer/src/dto/idp-config-updates-email-parameters.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mailer/src/dto/index.ts b/back/libs/mailer/src/dto/index.ts index e3409835..dc469e82 100644 --- a/back/libs/mailer/src/dto/index.ts +++ b/back/libs/mailer/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mailer/src/dto/mailer-config.dto.ts b/back/libs/mailer/src/dto/mailer-config.dto.ts index e24766c8..c0b63192 100644 --- a/back/libs/mailer/src/dto/mailer-config.dto.ts +++ b/back/libs/mailer/src/dto/mailer-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mailer/src/exceptions/index.ts b/back/libs/mailer/src/exceptions/index.ts index 21aa2dbd..f0d91245 100644 --- a/back/libs/mailer/src/exceptions/index.ts +++ b/back/libs/mailer/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mailer/src/exceptions/no-email.exception.ts b/back/libs/mailer/src/exceptions/no-email.exception.ts index 715d7189..a518b6f7 100644 --- a/back/libs/mailer/src/exceptions/no-email.exception.ts +++ b/back/libs/mailer/src/exceptions/no-email.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mailer/src/exceptions/template-not-found.exception.ts b/back/libs/mailer/src/exceptions/template-not-found.exception.ts index c880ad8b..a1fc93e4 100644 --- a/back/libs/mailer/src/exceptions/template-not-found.exception.ts +++ b/back/libs/mailer/src/exceptions/template-not-found.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mailer/src/index.ts b/back/libs/mailer/src/index.ts index 339e2a17..12bab5d0 100644 --- a/back/libs/mailer/src/index.ts +++ b/back/libs/mailer/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mailer/src/interfaces/index.ts b/back/libs/mailer/src/interfaces/index.ts index 495a3fb7..f8af037b 100644 --- a/back/libs/mailer/src/interfaces/index.ts +++ b/back/libs/mailer/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mailer/src/mailer.module.ts b/back/libs/mailer/src/mailer.module.ts index 553d9404..0b91a669 100644 --- a/back/libs/mailer/src/mailer.module.ts +++ b/back/libs/mailer/src/mailer.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mailer/src/services/index.ts b/back/libs/mailer/src/services/index.ts index 9e58b8eb..225a3d07 100644 --- a/back/libs/mailer/src/services/index.ts +++ b/back/libs/mailer/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mailer/src/transports/index.ts b/back/libs/mailer/src/transports/index.ts index ed1ce47d..e15699f1 100644 --- a/back/libs/mailer/src/transports/index.ts +++ b/back/libs/mailer/src/transports/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/ministries/src/events/index.ts b/back/libs/ministries/src/events/index.ts index 43a45f41..29b20999 100644 --- a/back/libs/ministries/src/events/index.ts +++ b/back/libs/ministries/src/events/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/ministries/src/handler/index.ts b/back/libs/ministries/src/handler/index.ts index fe4be7e7..e8207f1b 100644 --- a/back/libs/ministries/src/handler/index.ts +++ b/back/libs/ministries/src/handler/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/ministries/src/handler/ministries-operation-type-changes.handler.ts b/back/libs/ministries/src/handler/ministries-operation-type-changes.handler.ts index 313f409e..b4216aca 100644 --- a/back/libs/ministries/src/handler/ministries-operation-type-changes.handler.ts +++ b/back/libs/ministries/src/handler/ministries-operation-type-changes.handler.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/ministries/src/index.ts b/back/libs/ministries/src/index.ts index d4a44b9a..f78c0a8e 100644 --- a/back/libs/ministries/src/index.ts +++ b/back/libs/ministries/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ export * from './ministries.module'; diff --git a/back/libs/ministries/src/ministries.module.ts b/back/libs/ministries/src/ministries.module.ts index 916336b3..26882a19 100644 --- a/back/libs/ministries/src/ministries.module.ts +++ b/back/libs/ministries/src/ministries.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ import { Module } from '@nestjs/common'; diff --git a/back/libs/ministries/src/schemas/index.ts b/back/libs/ministries/src/schemas/index.ts index cc92d13e..19a291cd 100644 --- a/back/libs/ministries/src/schemas/index.ts +++ b/back/libs/ministries/src/schemas/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ export * from './ministries.schema'; diff --git a/back/libs/ministries/src/schemas/ministries.schema.ts b/back/libs/ministries/src/schemas/ministries.schema.ts index 1cd22d40..cf0a2b70 100644 --- a/back/libs/ministries/src/schemas/ministries.schema.ts +++ b/back/libs/ministries/src/schemas/ministries.schema.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ import * as mongoose from 'mongoose'; diff --git a/back/libs/mongoose/src/constants/connection.constant.ts b/back/libs/mongoose/src/constants/connection.constant.ts index 4cb8efcb..65b82f44 100644 --- a/back/libs/mongoose/src/constants/connection.constant.ts +++ b/back/libs/mongoose/src/constants/connection.constant.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mongoose/src/constants/index.ts b/back/libs/mongoose/src/constants/index.ts index e28fa3c2..072ca9bb 100644 --- a/back/libs/mongoose/src/constants/index.ts +++ b/back/libs/mongoose/src/constants/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mongoose/src/dto/index.ts b/back/libs/mongoose/src/dto/index.ts index a02c2ee7..4a61531d 100644 --- a/back/libs/mongoose/src/dto/index.ts +++ b/back/libs/mongoose/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mongoose/src/dto/mongoose-config.dto.ts b/back/libs/mongoose/src/dto/mongoose-config.dto.ts index d6191139..56e4bd83 100644 --- a/back/libs/mongoose/src/dto/mongoose-config.dto.ts +++ b/back/libs/mongoose/src/dto/mongoose-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mongoose/src/index.ts b/back/libs/mongoose/src/index.ts index 77e7a083..f692a1c3 100644 --- a/back/libs/mongoose/src/index.ts +++ b/back/libs/mongoose/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mongoose/src/interfaces/index.ts b/back/libs/mongoose/src/interfaces/index.ts index 30b98d64..c34e7585 100644 --- a/back/libs/mongoose/src/interfaces/index.ts +++ b/back/libs/mongoose/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mongoose/src/mongoose.module.ts b/back/libs/mongoose/src/mongoose.module.ts index 30e68edc..508e46b7 100644 --- a/back/libs/mongoose/src/mongoose.module.ts +++ b/back/libs/mongoose/src/mongoose.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/mongoose/src/providers/index.ts b/back/libs/mongoose/src/providers/index.ts index bbcae80d..77e4e753 100644 --- a/back/libs/mongoose/src/providers/index.ts +++ b/back/libs/mongoose/src/providers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/notifications/src/dto/index.ts b/back/libs/notifications/src/dto/index.ts index c5fa047d..a65bbb5c 100644 --- a/back/libs/notifications/src/dto/index.ts +++ b/back/libs/notifications/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ export * from './notifications.dto'; diff --git a/back/libs/notifications/src/dto/notifications.dto.ts b/back/libs/notifications/src/dto/notifications.dto.ts index f0a0670f..f1857fd3 100644 --- a/back/libs/notifications/src/dto/notifications.dto.ts +++ b/back/libs/notifications/src/dto/notifications.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ import { IsString } from 'class-validator'; diff --git a/back/libs/notifications/src/index.ts b/back/libs/notifications/src/index.ts index 21245392..083bd8d4 100644 --- a/back/libs/notifications/src/index.ts +++ b/back/libs/notifications/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ export * from './notifications.module'; diff --git a/back/libs/notifications/src/interfaces/index.ts b/back/libs/notifications/src/interfaces/index.ts index 0ecd4f98..2933f922 100644 --- a/back/libs/notifications/src/interfaces/index.ts +++ b/back/libs/notifications/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/notifications/src/notifications.module.ts b/back/libs/notifications/src/notifications.module.ts index a1b330f0..980ff949 100644 --- a/back/libs/notifications/src/notifications.module.ts +++ b/back/libs/notifications/src/notifications.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/notifications/src/schemas/index.ts b/back/libs/notifications/src/schemas/index.ts index 3943cb1e..71719420 100644 --- a/back/libs/notifications/src/schemas/index.ts +++ b/back/libs/notifications/src/schemas/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/notifications/src/schemas/notifications.schema.ts b/back/libs/notifications/src/schemas/notifications.schema.ts index fd9183a9..fd03036b 100644 --- a/back/libs/notifications/src/schemas/notifications.schema.ts +++ b/back/libs/notifications/src/schemas/notifications.schema.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/dto/index.ts b/back/libs/oidc-client/src/dto/index.ts index 0a9896dc..611b3cc4 100644 --- a/back/libs/oidc-client/src/dto/index.ts +++ b/back/libs/oidc-client/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/dto/min-identity.dto.ts b/back/libs/oidc-client/src/dto/min-identity.dto.ts index e77ecfb1..55c9071e 100644 --- a/back/libs/oidc-client/src/dto/min-identity.dto.ts +++ b/back/libs/oidc-client/src/dto/min-identity.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/dto/oidc-client-config.dto.ts b/back/libs/oidc-client/src/dto/oidc-client-config.dto.ts index 65aaf336..c009c5f8 100644 --- a/back/libs/oidc-client/src/dto/oidc-client-config.dto.ts +++ b/back/libs/oidc-client/src/dto/oidc-client-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/dto/oidc-client-session.dto.ts b/back/libs/oidc-client/src/dto/oidc-client-session.dto.ts index 68180057..b68f7d88 100644 --- a/back/libs/oidc-client/src/dto/oidc-client-session.dto.ts +++ b/back/libs/oidc-client/src/dto/oidc-client-session.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/enums/error-code.ts b/back/libs/oidc-client/src/enums/error-code.ts index eb501487..fcef2967 100644 --- a/back/libs/oidc-client/src/enums/error-code.ts +++ b/back/libs/oidc-client/src/enums/error-code.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/events/oidc-client-token.event.ts b/back/libs/oidc-client/src/events/oidc-client-token.event.ts index fd16c860..a0d77a59 100644 --- a/back/libs/oidc-client/src/events/oidc-client-token.event.ts +++ b/back/libs/oidc-client/src/events/oidc-client-token.event.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/events/oidc-client-userinfo.event.ts b/back/libs/oidc-client/src/events/oidc-client-userinfo.event.ts index b4289129..23c04458 100644 --- a/back/libs/oidc-client/src/events/oidc-client-userinfo.event.ts +++ b/back/libs/oidc-client/src/events/oidc-client-userinfo.event.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/exceptions/index.ts b/back/libs/oidc-client/src/exceptions/index.ts index 57702d26..604fe676 100644 --- a/back/libs/oidc-client/src/exceptions/index.ts +++ b/back/libs/oidc-client/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/exceptions/oidc-client-base.exception.ts b/back/libs/oidc-client/src/exceptions/oidc-client-base.exception.ts index 42f281e6..76fe3948 100644 --- a/back/libs/oidc-client/src/exceptions/oidc-client-base.exception.ts +++ b/back/libs/oidc-client/src/exceptions/oidc-client-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/exceptions/oidc-client-get-end-session-url.exception.ts b/back/libs/oidc-client/src/exceptions/oidc-client-get-end-session-url.exception.ts index 41b35438..5a228c4e 100644 --- a/back/libs/oidc-client/src/exceptions/oidc-client-get-end-session-url.exception.ts +++ b/back/libs/oidc-client/src/exceptions/oidc-client-get-end-session-url.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/exceptions/oidc-client-idp-blacklisted.exception.ts b/back/libs/oidc-client/src/exceptions/oidc-client-idp-blacklisted.exception.ts index 63db8165..6c519af5 100644 --- a/back/libs/oidc-client/src/exceptions/oidc-client-idp-blacklisted.exception.ts +++ b/back/libs/oidc-client/src/exceptions/oidc-client-idp-blacklisted.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/exceptions/oidc-client-idp-failed-to-fetch-blacklist.exception.ts b/back/libs/oidc-client/src/exceptions/oidc-client-idp-failed-to-fetch-blacklist.exception.ts index f9ac60f5..985e0505 100644 --- a/back/libs/oidc-client/src/exceptions/oidc-client-idp-failed-to-fetch-blacklist.exception.ts +++ b/back/libs/oidc-client/src/exceptions/oidc-client-idp-failed-to-fetch-blacklist.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/exceptions/oidc-client-invalid-state.exception.ts b/back/libs/oidc-client/src/exceptions/oidc-client-invalid-state.exception.ts index 5275fa53..1c645459 100644 --- a/back/libs/oidc-client/src/exceptions/oidc-client-invalid-state.exception.ts +++ b/back/libs/oidc-client/src/exceptions/oidc-client-invalid-state.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/exceptions/oidc-client-missing-code.exception.ts b/back/libs/oidc-client/src/exceptions/oidc-client-missing-code.exception.ts index 6d067e70..363a1ae3 100644 --- a/back/libs/oidc-client/src/exceptions/oidc-client-missing-code.exception.ts +++ b/back/libs/oidc-client/src/exceptions/oidc-client-missing-code.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/exceptions/oidc-client-missing-state.exception.ts b/back/libs/oidc-client/src/exceptions/oidc-client-missing-state.exception.ts index 7161c151..21d927c8 100644 --- a/back/libs/oidc-client/src/exceptions/oidc-client-missing-state.exception.ts +++ b/back/libs/oidc-client/src/exceptions/oidc-client-missing-state.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/exceptions/oidc-client-provider-disabled.exception.ts b/back/libs/oidc-client/src/exceptions/oidc-client-provider-disabled.exception.ts index 069bf0ce..98e47720 100644 --- a/back/libs/oidc-client/src/exceptions/oidc-client-provider-disabled.exception.ts +++ b/back/libs/oidc-client/src/exceptions/oidc-client-provider-disabled.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/exceptions/oidc-client-provider-not-found.exception.ts b/back/libs/oidc-client/src/exceptions/oidc-client-provider-not-found.exception.ts index 811725c1..d07991e5 100644 --- a/back/libs/oidc-client/src/exceptions/oidc-client-provider-not-found.exception.ts +++ b/back/libs/oidc-client/src/exceptions/oidc-client-provider-not-found.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/exceptions/oidc-client-runtime.exception.ts b/back/libs/oidc-client/src/exceptions/oidc-client-runtime.exception.ts index d5c0e0cb..e0ddfb80 100644 --- a/back/libs/oidc-client/src/exceptions/oidc-client-runtime.exception.ts +++ b/back/libs/oidc-client/src/exceptions/oidc-client-runtime.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/exceptions/oidc-client-token-failed.exception.ts b/back/libs/oidc-client/src/exceptions/oidc-client-token-failed.exception.ts index 43070125..b4e3a7d2 100644 --- a/back/libs/oidc-client/src/exceptions/oidc-client-token-failed.exception.ts +++ b/back/libs/oidc-client/src/exceptions/oidc-client-token-failed.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/exceptions/oidc-client-userinfos-failed.exception.ts b/back/libs/oidc-client/src/exceptions/oidc-client-userinfos-failed.exception.ts index f91ceef9..55a03ba6 100644 --- a/back/libs/oidc-client/src/exceptions/oidc-client-userinfos-failed.exception.ts +++ b/back/libs/oidc-client/src/exceptions/oidc-client-userinfos-failed.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/index.ts b/back/libs/oidc-client/src/index.ts index 63f49564..284eb77f 100644 --- a/back/libs/oidc-client/src/index.ts +++ b/back/libs/oidc-client/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/interfaces/index.ts b/back/libs/oidc-client/src/interfaces/index.ts index ae9f4cdf..60578822 100644 --- a/back/libs/oidc-client/src/interfaces/index.ts +++ b/back/libs/oidc-client/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/oidc-client.module.ts b/back/libs/oidc-client/src/oidc-client.module.ts index 6f360b1f..01b6e94e 100644 --- a/back/libs/oidc-client/src/oidc-client.module.ts +++ b/back/libs/oidc-client/src/oidc-client.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-client/src/services/index.ts b/back/libs/oidc-client/src/services/index.ts index 0752fe86..7d6d4ba0 100644 --- a/back/libs/oidc-client/src/services/index.ts +++ b/back/libs/oidc-client/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/adapters/index.ts b/back/libs/oidc-provider/src/adapters/index.ts index 3b4d4ec5..dd5c1bd0 100644 --- a/back/libs/oidc-provider/src/adapters/index.ts +++ b/back/libs/oidc-provider/src/adapters/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/dto/index.ts b/back/libs/oidc-provider/src/dto/index.ts index 156e1eab..026eff2d 100644 --- a/back/libs/oidc-provider/src/dto/index.ts +++ b/back/libs/oidc-provider/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/dto/oidc-provider-config.dto.ts b/back/libs/oidc-provider/src/dto/oidc-provider-config.dto.ts index 3d375875..9c4f7e00 100644 --- a/back/libs/oidc-provider/src/dto/oidc-provider-config.dto.ts +++ b/back/libs/oidc-provider/src/dto/oidc-provider-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ import { Type } from 'class-transformer'; diff --git a/back/libs/oidc-provider/src/dto/revocation-token-params.dto.ts b/back/libs/oidc-provider/src/dto/revocation-token-params.dto.ts index cec261ff..3f44c9dc 100644 --- a/back/libs/oidc-provider/src/dto/revocation-token-params.dto.ts +++ b/back/libs/oidc-provider/src/dto/revocation-token-params.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/enums/index.ts b/back/libs/oidc-provider/src/enums/index.ts index d6b32ec9..26a4a191 100644 --- a/back/libs/oidc-provider/src/enums/index.ts +++ b/back/libs/oidc-provider/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/events/index.ts b/back/libs/oidc-provider/src/events/index.ts index 10e26df4..0a622358 100644 --- a/back/libs/oidc-provider/src/events/index.ts +++ b/back/libs/oidc-provider/src/events/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/events/oidc-provider-base.event.ts b/back/libs/oidc-provider/src/events/oidc-provider-base.event.ts index 14219efd..5ed2d188 100644 --- a/back/libs/oidc-provider/src/events/oidc-provider-base.event.ts +++ b/back/libs/oidc-provider/src/events/oidc-provider-base.event.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/exceptions/index.ts b/back/libs/oidc-provider/src/exceptions/index.ts index 40e2e6a7..c08b404b 100644 --- a/back/libs/oidc-provider/src/exceptions/index.ts +++ b/back/libs/oidc-provider/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/exceptions/oidc-provider-authorize-params.exception.ts b/back/libs/oidc-provider/src/exceptions/oidc-provider-authorize-params.exception.ts index c0f0defd..c3979bce 100644 --- a/back/libs/oidc-provider/src/exceptions/oidc-provider-authorize-params.exception.ts +++ b/back/libs/oidc-provider/src/exceptions/oidc-provider-authorize-params.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/exceptions/oidc-provider-base.exception.ts b/back/libs/oidc-provider/src/exceptions/oidc-provider-base.exception.ts index 3aaa62c8..e3b3faad 100644 --- a/back/libs/oidc-provider/src/exceptions/oidc-provider-base.exception.ts +++ b/back/libs/oidc-provider/src/exceptions/oidc-provider-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/exceptions/oidc-provider-binding.exception.ts b/back/libs/oidc-provider/src/exceptions/oidc-provider-binding.exception.ts index dd65f179..ec79bff0 100644 --- a/back/libs/oidc-provider/src/exceptions/oidc-provider-binding.exception.ts +++ b/back/libs/oidc-provider/src/exceptions/oidc-provider-binding.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/exceptions/oidc-provider-grant-save.exception.ts b/back/libs/oidc-provider/src/exceptions/oidc-provider-grant-save.exception.ts index 57a3dc28..d296dec7 100644 --- a/back/libs/oidc-provider/src/exceptions/oidc-provider-grant-save.exception.ts +++ b/back/libs/oidc-provider/src/exceptions/oidc-provider-grant-save.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/exceptions/oidc-provider-initialisation.exception.ts b/back/libs/oidc-provider/src/exceptions/oidc-provider-initialisation.exception.ts index a6b262aa..2fb4d9c0 100644 --- a/back/libs/oidc-provider/src/exceptions/oidc-provider-initialisation.exception.ts +++ b/back/libs/oidc-provider/src/exceptions/oidc-provider-initialisation.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/exceptions/oidc-provider-interaction-no-found.exception.ts b/back/libs/oidc-provider/src/exceptions/oidc-provider-interaction-no-found.exception.ts index 3b94287a..286f99a4 100644 --- a/back/libs/oidc-provider/src/exceptions/oidc-provider-interaction-no-found.exception.ts +++ b/back/libs/oidc-provider/src/exceptions/oidc-provider-interaction-no-found.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/exceptions/oidc-provider-parse-redis-response.exception.ts b/back/libs/oidc-provider/src/exceptions/oidc-provider-parse-redis-response.exception.ts index bdef407f..88091a1b 100644 --- a/back/libs/oidc-provider/src/exceptions/oidc-provider-parse-redis-response.exception.ts +++ b/back/libs/oidc-provider/src/exceptions/oidc-provider-parse-redis-response.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/exceptions/oidc-provider-stringify-payload-for-redis.exception.ts b/back/libs/oidc-provider/src/exceptions/oidc-provider-stringify-payload-for-redis.exception.ts index c503b239..d5ac0555 100644 --- a/back/libs/oidc-provider/src/exceptions/oidc-provider-stringify-payload-for-redis.exception.ts +++ b/back/libs/oidc-provider/src/exceptions/oidc-provider-stringify-payload-for-redis.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/index.ts b/back/libs/oidc-provider/src/index.ts index 1cb35909..a23d6eea 100644 --- a/back/libs/oidc-provider/src/index.ts +++ b/back/libs/oidc-provider/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/interfaces/index.ts b/back/libs/oidc-provider/src/interfaces/index.ts index cf106073..f2faee9a 100644 --- a/back/libs/oidc-provider/src/interfaces/index.ts +++ b/back/libs/oidc-provider/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/interfaces/oidc-provider-config-app-service.interface.ts b/back/libs/oidc-provider/src/interfaces/oidc-provider-config-app-service.interface.ts index d6efd3d9..0df62861 100644 --- a/back/libs/oidc-provider/src/interfaces/oidc-provider-config-app-service.interface.ts +++ b/back/libs/oidc-provider/src/interfaces/oidc-provider-config-app-service.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/oidc-provider.service.mock.ts b/back/libs/oidc-provider/src/oidc-provider.service.mock.ts index b4a1282b..183ae1b5 100644 --- a/back/libs/oidc-provider/src/oidc-provider.service.mock.ts +++ b/back/libs/oidc-provider/src/oidc-provider.service.mock.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/services/index.ts b/back/libs/oidc-provider/src/services/index.ts index 0069d5f2..c00da67c 100644 --- a/back/libs/oidc-provider/src/services/index.ts +++ b/back/libs/oidc-provider/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/tokens/index.ts b/back/libs/oidc-provider/src/tokens/index.ts index 5dcc9188..eb45b34e 100644 --- a/back/libs/oidc-provider/src/tokens/index.ts +++ b/back/libs/oidc-provider/src/tokens/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/tokens/oidc-provider-config-app-service.token.ts b/back/libs/oidc-provider/src/tokens/oidc-provider-config-app-service.token.ts index 1272e767..1f0150b2 100644 --- a/back/libs/oidc-provider/src/tokens/oidc-provider-config-app-service.token.ts +++ b/back/libs/oidc-provider/src/tokens/oidc-provider-config-app-service.token.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc-provider/src/validators/index.ts b/back/libs/oidc-provider/src/validators/index.ts index f98bc0d2..3a51cbdc 100644 --- a/back/libs/oidc-provider/src/validators/index.ts +++ b/back/libs/oidc-provider/src/validators/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc/src/dto/client-metadata.dto.ts b/back/libs/oidc/src/dto/client-metadata.dto.ts index ce14888d..4b523d09 100644 --- a/back/libs/oidc/src/dto/client-metadata.dto.ts +++ b/back/libs/oidc/src/dto/client-metadata.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc/src/dto/index.ts b/back/libs/oidc/src/dto/index.ts index 2512a92d..31ad7f02 100644 --- a/back/libs/oidc/src/dto/index.ts +++ b/back/libs/oidc/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc/src/dto/issuer-metadata.dto.ts b/back/libs/oidc/src/dto/issuer-metadata.dto.ts index 67a07f36..a8eff5da 100644 --- a/back/libs/oidc/src/dto/issuer-metadata.dto.ts +++ b/back/libs/oidc/src/dto/issuer-metadata.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc/src/dto/oidc-session.dto.ts b/back/libs/oidc/src/dto/oidc-session.dto.ts index 1b220d73..2619212c 100644 --- a/back/libs/oidc/src/dto/oidc-session.dto.ts +++ b/back/libs/oidc/src/dto/oidc-session.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc/src/enums/acr-values.enum.ts b/back/libs/oidc/src/enums/acr-values.enum.ts index cbce99f8..402294a1 100644 --- a/back/libs/oidc/src/enums/acr-values.enum.ts +++ b/back/libs/oidc/src/enums/acr-values.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc/src/enums/index.ts b/back/libs/oidc/src/enums/index.ts index 63d37330..79bd1514 100644 --- a/back/libs/oidc/src/enums/index.ts +++ b/back/libs/oidc/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc/src/enums/response-types.enum.ts b/back/libs/oidc/src/enums/response-types.enum.ts index 9e534c90..08b8a377 100644 --- a/back/libs/oidc/src/enums/response-types.enum.ts +++ b/back/libs/oidc/src/enums/response-types.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc/src/interfaces/index.ts b/back/libs/oidc/src/interfaces/index.ts index e6f61f78..2d4f0d03 100644 --- a/back/libs/oidc/src/interfaces/index.ts +++ b/back/libs/oidc/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc/src/interfaces/oidc-claims.interface.ts b/back/libs/oidc/src/interfaces/oidc-claims.interface.ts index 031bfe1d..6009f552 100644 --- a/back/libs/oidc/src/interfaces/oidc-claims.interface.ts +++ b/back/libs/oidc/src/interfaces/oidc-claims.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/oidc/src/interfaces/oidc-error.interface.ts b/back/libs/oidc/src/interfaces/oidc-error.interface.ts index 1f42a834..d0ad7b6d 100644 --- a/back/libs/oidc/src/interfaces/oidc-error.interface.ts +++ b/back/libs/oidc/src/interfaces/oidc-error.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/override-oidc-provider/src/dto/index.ts b/back/libs/override-oidc-provider/src/dto/index.ts index b509083b..2384dca9 100644 --- a/back/libs/override-oidc-provider/src/dto/index.ts +++ b/back/libs/override-oidc-provider/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/override-oidc-provider/src/dto/override-oidc-provider-config.ts b/back/libs/override-oidc-provider/src/dto/override-oidc-provider-config.ts index ff43c066..d4f1216d 100644 --- a/back/libs/override-oidc-provider/src/dto/override-oidc-provider-config.ts +++ b/back/libs/override-oidc-provider/src/dto/override-oidc-provider-config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/override-oidc-provider/src/exceptions/cryptography-base.exception.ts b/back/libs/override-oidc-provider/src/exceptions/cryptography-base.exception.ts index 881dce1f..42f4a588 100644 --- a/back/libs/override-oidc-provider/src/exceptions/cryptography-base.exception.ts +++ b/back/libs/override-oidc-provider/src/exceptions/cryptography-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/override-oidc-provider/src/exceptions/cryptography-gateway.exception.ts b/back/libs/override-oidc-provider/src/exceptions/cryptography-gateway.exception.ts index 9dac68dd..69ea4115 100644 --- a/back/libs/override-oidc-provider/src/exceptions/cryptography-gateway.exception.ts +++ b/back/libs/override-oidc-provider/src/exceptions/cryptography-gateway.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/override-oidc-provider/src/exceptions/cryptography-invalid-payload-format.exception.ts b/back/libs/override-oidc-provider/src/exceptions/cryptography-invalid-payload-format.exception.ts index b8779cd1..07518d22 100644 --- a/back/libs/override-oidc-provider/src/exceptions/cryptography-invalid-payload-format.exception.ts +++ b/back/libs/override-oidc-provider/src/exceptions/cryptography-invalid-payload-format.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/override-oidc-provider/src/exceptions/index.ts b/back/libs/override-oidc-provider/src/exceptions/index.ts index 791d293d..0e5e5bab 100644 --- a/back/libs/override-oidc-provider/src/exceptions/index.ts +++ b/back/libs/override-oidc-provider/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/override-oidc-provider/src/index.ts b/back/libs/override-oidc-provider/src/index.ts index 6d16adb9..77a74763 100644 --- a/back/libs/override-oidc-provider/src/index.ts +++ b/back/libs/override-oidc-provider/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/override-oidc-provider/src/override-oidc-provider.module.ts b/back/libs/override-oidc-provider/src/override-oidc-provider.module.ts index 16ecdeb0..de9a2e09 100644 --- a/back/libs/override-oidc-provider/src/override-oidc-provider.module.ts +++ b/back/libs/override-oidc-provider/src/override-oidc-provider.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/override-oidc-provider/src/overrides/crypto.override.ts b/back/libs/override-oidc-provider/src/overrides/crypto.override.ts index ab667a82..c828ea09 100644 --- a/back/libs/override-oidc-provider/src/overrides/crypto.override.ts +++ b/back/libs/override-oidc-provider/src/overrides/crypto.override.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ /** diff --git a/back/libs/override-oidc-provider/src/overrides/index.ts b/back/libs/override-oidc-provider/src/overrides/index.ts index 0d0ad6b7..c0597f45 100644 --- a/back/libs/override-oidc-provider/src/overrides/index.ts +++ b/back/libs/override-oidc-provider/src/overrides/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/override-oidc-provider/src/services/index.ts b/back/libs/override-oidc-provider/src/services/index.ts index 441550f8..b9f60f00 100644 --- a/back/libs/override-oidc-provider/src/services/index.ts +++ b/back/libs/override-oidc-provider/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/partner-account/src/dto/index.ts b/back/libs/partner-account/src/dto/index.ts index beb9ec21..149c93f3 100644 --- a/back/libs/partner-account/src/dto/index.ts +++ b/back/libs/partner-account/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/partner-account/src/dto/partner-account-session.dto.ts b/back/libs/partner-account/src/dto/partner-account-session.dto.ts index 16161025..7df8aa81 100644 --- a/back/libs/partner-account/src/dto/partner-account-session.dto.ts +++ b/back/libs/partner-account/src/dto/partner-account-session.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/partner-account/src/enums/index.ts b/back/libs/partner-account/src/enums/index.ts index 1a7ead4e..5e80807d 100644 --- a/back/libs/partner-account/src/enums/index.ts +++ b/back/libs/partner-account/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/partner-account/src/exceptions/account-not-found.exception.ts b/back/libs/partner-account/src/exceptions/account-not-found.exception.ts index 3a70729f..42943f24 100644 --- a/back/libs/partner-account/src/exceptions/account-not-found.exception.ts +++ b/back/libs/partner-account/src/exceptions/account-not-found.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/partner-account/src/exceptions/index.ts b/back/libs/partner-account/src/exceptions/index.ts index ef7963c1..0716efb2 100644 --- a/back/libs/partner-account/src/exceptions/index.ts +++ b/back/libs/partner-account/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/partner-account/src/exceptions/partner-account-base.exception.ts b/back/libs/partner-account/src/exceptions/partner-account-base.exception.ts index 560c6cef..1fced5e1 100644 --- a/back/libs/partner-account/src/exceptions/partner-account-base.exception.ts +++ b/back/libs/partner-account/src/exceptions/partner-account-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/partner-account/src/exceptions/postgres-connection-failure.exception.ts b/back/libs/partner-account/src/exceptions/postgres-connection-failure.exception.ts index 21bca5b1..afe67c97 100644 --- a/back/libs/partner-account/src/exceptions/postgres-connection-failure.exception.ts +++ b/back/libs/partner-account/src/exceptions/postgres-connection-failure.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/partner-account/src/index.ts b/back/libs/partner-account/src/index.ts index 001c5e32..fd7cb426 100644 --- a/back/libs/partner-account/src/index.ts +++ b/back/libs/partner-account/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/partner-account/src/partner-account.module.ts b/back/libs/partner-account/src/partner-account.module.ts index 9c0786c6..3318e528 100644 --- a/back/libs/partner-account/src/partner-account.module.ts +++ b/back/libs/partner-account/src/partner-account.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/partner-account/src/repositories/index.ts b/back/libs/partner-account/src/repositories/index.ts index 780f9638..c1ac3fb5 100644 --- a/back/libs/partner-account/src/repositories/index.ts +++ b/back/libs/partner-account/src/repositories/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/postgres/src/dto/index.ts b/back/libs/postgres/src/dto/index.ts index c83802d9..b7fa7629 100644 --- a/back/libs/postgres/src/dto/index.ts +++ b/back/libs/postgres/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/postgres/src/dto/postgres.config.ts b/back/libs/postgres/src/dto/postgres.config.ts index ff983e3f..5f64e5ef 100644 --- a/back/libs/postgres/src/dto/postgres.config.ts +++ b/back/libs/postgres/src/dto/postgres.config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/postgres/src/index.ts b/back/libs/postgres/src/index.ts index b8910566..180cb5f2 100644 --- a/back/libs/postgres/src/index.ts +++ b/back/libs/postgres/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/postgres/src/postgres.module.ts b/back/libs/postgres/src/postgres.module.ts index 5de91347..69e3d86c 100644 --- a/back/libs/postgres/src/postgres.module.ts +++ b/back/libs/postgres/src/postgres.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/redis/src/dto/redis.config.ts b/back/libs/redis/src/dto/redis.config.ts index 21aa1fc1..615df92f 100644 --- a/back/libs/redis/src/dto/redis.config.ts +++ b/back/libs/redis/src/dto/redis.config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ import { Type } from 'class-transformer'; diff --git a/back/libs/redis/src/redis.core-module.ts b/back/libs/redis/src/redis.core-module.ts index 442ca89f..c4b14622 100644 --- a/back/libs/redis/src/redis.core-module.ts +++ b/back/libs/redis/src/redis.core-module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ import { DynamicModule, Module, Provider } from '@nestjs/common'; diff --git a/back/libs/redis/src/redis.provider.ts b/back/libs/redis/src/redis.provider.ts index 7b967b02..1c1ca537 100644 --- a/back/libs/redis/src/redis.provider.ts +++ b/back/libs/redis/src/redis.provider.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ import { ConfigModule, ConfigService } from '@fc/config'; diff --git a/back/libs/redis/src/redis.utils.ts b/back/libs/redis/src/redis.utils.ts index fed78be9..94f1cd3b 100644 --- a/back/libs/redis/src/redis.utils.ts +++ b/back/libs/redis/src/redis.utils.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ import * as Redis from 'ioredis'; diff --git a/back/libs/rnipp/src/events/rnipp-base.event.ts b/back/libs/rnipp/src/events/rnipp-base.event.ts index 9608ac52..fb1bb131 100644 --- a/back/libs/rnipp/src/events/rnipp-base.event.ts +++ b/back/libs/rnipp/src/events/rnipp-base.event.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/rnipp/src/exceptions/index.ts b/back/libs/rnipp/src/exceptions/index.ts index ce114249..06a0ce39 100644 --- a/back/libs/rnipp/src/exceptions/index.ts +++ b/back/libs/rnipp/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/rnipp/src/exceptions/rnipp-base.exception.ts b/back/libs/rnipp/src/exceptions/rnipp-base.exception.ts index d22ccb38..448d5fd8 100644 --- a/back/libs/rnipp/src/exceptions/rnipp-base.exception.ts +++ b/back/libs/rnipp/src/exceptions/rnipp-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/rnipp/src/exceptions/rnipp-cititizen-status-format.exception.ts b/back/libs/rnipp/src/exceptions/rnipp-cititizen-status-format.exception.ts index 9086ff9d..fbf5b6b8 100644 --- a/back/libs/rnipp/src/exceptions/rnipp-cititizen-status-format.exception.ts +++ b/back/libs/rnipp/src/exceptions/rnipp-cititizen-status-format.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/rnipp/src/exceptions/rnipp-deceased.exception.ts b/back/libs/rnipp/src/exceptions/rnipp-deceased.exception.ts index 11e4717e..91b9fc88 100644 --- a/back/libs/rnipp/src/exceptions/rnipp-deceased.exception.ts +++ b/back/libs/rnipp/src/exceptions/rnipp-deceased.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/rnipp/src/exceptions/rnipp-found-only-with-marital-name.exception.ts b/back/libs/rnipp/src/exceptions/rnipp-found-only-with-marital-name.exception.ts index 21d1ff5e..b90511a8 100644 --- a/back/libs/rnipp/src/exceptions/rnipp-found-only-with-marital-name.exception.ts +++ b/back/libs/rnipp/src/exceptions/rnipp-found-only-with-marital-name.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/rnipp/src/exceptions/rnipp-http-status.exception.ts b/back/libs/rnipp/src/exceptions/rnipp-http-status.exception.ts index c8ae5567..69c5d5e5 100644 --- a/back/libs/rnipp/src/exceptions/rnipp-http-status.exception.ts +++ b/back/libs/rnipp/src/exceptions/rnipp-http-status.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/rnipp/src/exceptions/rnipp-not-found-multiple-echo.exception.ts b/back/libs/rnipp/src/exceptions/rnipp-not-found-multiple-echo.exception.ts index 4a04f09d..7624cd40 100644 --- a/back/libs/rnipp/src/exceptions/rnipp-not-found-multiple-echo.exception.ts +++ b/back/libs/rnipp/src/exceptions/rnipp-not-found-multiple-echo.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/rnipp/src/exceptions/rnipp-not-found-no-echo.exception.ts b/back/libs/rnipp/src/exceptions/rnipp-not-found-no-echo.exception.ts index 68959f5d..3c76185e 100644 --- a/back/libs/rnipp/src/exceptions/rnipp-not-found-no-echo.exception.ts +++ b/back/libs/rnipp/src/exceptions/rnipp-not-found-no-echo.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/rnipp/src/exceptions/rnipp-not-found-single-echo.exception.ts b/back/libs/rnipp/src/exceptions/rnipp-not-found-single-echo.exception.ts index 5b0c85b7..5bd62967 100644 --- a/back/libs/rnipp/src/exceptions/rnipp-not-found-single-echo.exception.ts +++ b/back/libs/rnipp/src/exceptions/rnipp-not-found-single-echo.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/rnipp/src/exceptions/rnipp-rejected-bad-request.exception.ts b/back/libs/rnipp/src/exceptions/rnipp-rejected-bad-request.exception.ts index 425ab148..24c7a30a 100644 --- a/back/libs/rnipp/src/exceptions/rnipp-rejected-bad-request.exception.ts +++ b/back/libs/rnipp/src/exceptions/rnipp-rejected-bad-request.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/rnipp/src/exceptions/rnipp-timeout.exception.ts b/back/libs/rnipp/src/exceptions/rnipp-timeout.exception.ts index 9599b7d2..e2063ef8 100644 --- a/back/libs/rnipp/src/exceptions/rnipp-timeout.exception.ts +++ b/back/libs/rnipp/src/exceptions/rnipp-timeout.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/rnipp/src/index.ts b/back/libs/rnipp/src/index.ts index 733aa3a0..7f6adfb0 100644 --- a/back/libs/rnipp/src/index.ts +++ b/back/libs/rnipp/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/rnipp/src/interfaces/index.ts b/back/libs/rnipp/src/interfaces/index.ts index ea7af626..aeaa6318 100644 --- a/back/libs/rnipp/src/interfaces/index.ts +++ b/back/libs/rnipp/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/scopes/src/data/index.ts b/back/libs/scopes/src/data/index.ts index 5fd0cb6a..d6519547 100644 --- a/back/libs/scopes/src/data/index.ts +++ b/back/libs/scopes/src/data/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/scopes/src/dto/index.ts b/back/libs/scopes/src/dto/index.ts index 5a275021..bd2b69e5 100644 --- a/back/libs/scopes/src/dto/index.ts +++ b/back/libs/scopes/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/scopes/src/dto/scopes-config.dto.ts b/back/libs/scopes/src/dto/scopes-config.dto.ts index 37b41733..f64a4d5b 100644 --- a/back/libs/scopes/src/dto/scopes-config.dto.ts +++ b/back/libs/scopes/src/dto/scopes-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/scopes/src/enum/index.ts b/back/libs/scopes/src/enum/index.ts index 9e7fa024..e51947c9 100644 --- a/back/libs/scopes/src/enum/index.ts +++ b/back/libs/scopes/src/enum/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/scopes/src/helpers/index.ts b/back/libs/scopes/src/helpers/index.ts index b9495662..2f574feb 100644 --- a/back/libs/scopes/src/helpers/index.ts +++ b/back/libs/scopes/src/helpers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/scopes/src/index.ts b/back/libs/scopes/src/index.ts index 96ec6cfd..e89157c5 100644 --- a/back/libs/scopes/src/index.ts +++ b/back/libs/scopes/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/scopes/src/interfaces/claims.interface.ts b/back/libs/scopes/src/interfaces/claims.interface.ts index e1f71436..6f9dd6df 100644 --- a/back/libs/scopes/src/interfaces/claims.interface.ts +++ b/back/libs/scopes/src/interfaces/claims.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/scopes/src/interfaces/grouped-claims.interface.ts b/back/libs/scopes/src/interfaces/grouped-claims.interface.ts index 37fae538..fb8bebb2 100644 --- a/back/libs/scopes/src/interfaces/grouped-claims.interface.ts +++ b/back/libs/scopes/src/interfaces/grouped-claims.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/scopes/src/interfaces/index.ts b/back/libs/scopes/src/interfaces/index.ts index 9f51b5b9..99ce5c10 100644 --- a/back/libs/scopes/src/interfaces/index.ts +++ b/back/libs/scopes/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/scopes/src/interfaces/rich-claim.interface.ts b/back/libs/scopes/src/interfaces/rich-claim.interface.ts index 4593bfcd..6aa541c1 100644 --- a/back/libs/scopes/src/interfaces/rich-claim.interface.ts +++ b/back/libs/scopes/src/interfaces/rich-claim.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/scopes/src/interfaces/scopes.interface.ts b/back/libs/scopes/src/interfaces/scopes.interface.ts index ef6bbdc2..d5333bb6 100644 --- a/back/libs/scopes/src/interfaces/scopes.interface.ts +++ b/back/libs/scopes/src/interfaces/scopes.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/scopes/src/scopes.module.ts b/back/libs/scopes/src/scopes.module.ts index 0b5eb7ad..62aaa5e9 100644 --- a/back/libs/scopes/src/scopes.module.ts +++ b/back/libs/scopes/src/scopes.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/scopes/src/services/index.ts b/back/libs/scopes/src/services/index.ts index 29771b8f..6ede61ef 100644 --- a/back/libs/scopes/src/services/index.ts +++ b/back/libs/scopes/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/scopes/src/tokens/index.ts b/back/libs/scopes/src/tokens/index.ts index 12d040ab..8ce6bee2 100644 --- a/back/libs/scopes/src/tokens/index.ts +++ b/back/libs/scopes/src/tokens/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/service-provider-adapter-env/src/dto/index.ts b/back/libs/service-provider-adapter-env/src/dto/index.ts index 83177e8f..f9c85b19 100644 --- a/back/libs/service-provider-adapter-env/src/dto/index.ts +++ b/back/libs/service-provider-adapter-env/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/service-provider-adapter-env/src/dto/service-provider-adapter-env-config.dto.ts b/back/libs/service-provider-adapter-env/src/dto/service-provider-adapter-env-config.dto.ts index 97f21d76..91502282 100644 --- a/back/libs/service-provider-adapter-env/src/dto/service-provider-adapter-env-config.dto.ts +++ b/back/libs/service-provider-adapter-env/src/dto/service-provider-adapter-env-config.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/service-provider-adapter-env/src/index.ts b/back/libs/service-provider-adapter-env/src/index.ts index b4bd605e..a5c17aee 100644 --- a/back/libs/service-provider-adapter-env/src/index.ts +++ b/back/libs/service-provider-adapter-env/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/service-provider-adapter-env/src/interfaces/index.ts b/back/libs/service-provider-adapter-env/src/interfaces/index.ts index cd424b57..e935cc04 100644 --- a/back/libs/service-provider-adapter-env/src/interfaces/index.ts +++ b/back/libs/service-provider-adapter-env/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/service-provider-adapter-env/src/service-provider-adapter-env.module.ts b/back/libs/service-provider-adapter-env/src/service-provider-adapter-env.module.ts index 6afd9259..58d80353 100644 --- a/back/libs/service-provider-adapter-env/src/service-provider-adapter-env.module.ts +++ b/back/libs/service-provider-adapter-env/src/service-provider-adapter-env.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/service-provider-adapter-mongo/src/dto/index.ts b/back/libs/service-provider-adapter-mongo/src/dto/index.ts index aedfca66..798a94b9 100644 --- a/back/libs/service-provider-adapter-mongo/src/dto/index.ts +++ b/back/libs/service-provider-adapter-mongo/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/service-provider-adapter-mongo/src/events/index.ts b/back/libs/service-provider-adapter-mongo/src/events/index.ts index de2a6368..5bad8589 100644 --- a/back/libs/service-provider-adapter-mongo/src/events/index.ts +++ b/back/libs/service-provider-adapter-mongo/src/events/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/service-provider-adapter-mongo/src/handlers/index.ts b/back/libs/service-provider-adapter-mongo/src/handlers/index.ts index 180b8e44..b7f1b515 100644 --- a/back/libs/service-provider-adapter-mongo/src/handlers/index.ts +++ b/back/libs/service-provider-adapter-mongo/src/handlers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/service-provider-adapter-mongo/src/handlers/service-provider-update.handlers.ts b/back/libs/service-provider-adapter-mongo/src/handlers/service-provider-update.handlers.ts index 3c1aa631..544fb128 100644 --- a/back/libs/service-provider-adapter-mongo/src/handlers/service-provider-update.handlers.ts +++ b/back/libs/service-provider-adapter-mongo/src/handlers/service-provider-update.handlers.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/service-provider-adapter-mongo/src/index.ts b/back/libs/service-provider-adapter-mongo/src/index.ts index d108affc..f8a0e0a8 100644 --- a/back/libs/service-provider-adapter-mongo/src/index.ts +++ b/back/libs/service-provider-adapter-mongo/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/session/src/decorators/index.ts b/back/libs/session/src/decorators/index.ts index 9152bd39..2d9ad4fa 100644 --- a/back/libs/session/src/decorators/index.ts +++ b/back/libs/session/src/decorators/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/dto/index.ts b/back/libs/session/src/dto/index.ts index 20ba3471..1afd5144 100644 --- a/back/libs/session/src/dto/index.ts +++ b/back/libs/session/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/dto/session.config.ts b/back/libs/session/src/dto/session.config.ts index a7f64a41..a03f5d5d 100644 --- a/back/libs/session/src/dto/session.config.ts +++ b/back/libs/session/src/dto/session.config.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/enums/index.ts b/back/libs/session/src/enums/index.ts index 24d5c7cb..e60bc74b 100644 --- a/back/libs/session/src/enums/index.ts +++ b/back/libs/session/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/session/src/exceptions/index.ts b/back/libs/session/src/exceptions/index.ts index b6e4606e..da9ca2c3 100644 --- a/back/libs/session/src/exceptions/index.ts +++ b/back/libs/session/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/exceptions/session-bad-alias.exception.ts b/back/libs/session/src/exceptions/session-bad-alias.exception.ts index c683aa3c..0f961360 100644 --- a/back/libs/session/src/exceptions/session-bad-alias.exception.ts +++ b/back/libs/session/src/exceptions/session-bad-alias.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/exceptions/session-bad-format.exception.ts b/back/libs/session/src/exceptions/session-bad-format.exception.ts index f39dd7a6..244f4ca5 100644 --- a/back/libs/session/src/exceptions/session-bad-format.exception.ts +++ b/back/libs/session/src/exceptions/session-bad-format.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/exceptions/session-bad-stringify.exception.ts b/back/libs/session/src/exceptions/session-bad-stringify.exception.ts index fe66a40a..f48221a2 100644 --- a/back/libs/session/src/exceptions/session-bad-stringify.exception.ts +++ b/back/libs/session/src/exceptions/session-bad-stringify.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/exceptions/session-base.exception.ts b/back/libs/session/src/exceptions/session-base.exception.ts index e228b08a..819b64a3 100644 --- a/back/libs/session/src/exceptions/session-base.exception.ts +++ b/back/libs/session/src/exceptions/session-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/exceptions/session-invalid-csrf-consent.exception.ts b/back/libs/session/src/exceptions/session-invalid-csrf-consent.exception.ts index 2e8ff6a4..59a92107 100644 --- a/back/libs/session/src/exceptions/session-invalid-csrf-consent.exception.ts +++ b/back/libs/session/src/exceptions/session-invalid-csrf-consent.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/session/src/exceptions/session-invalid-csrf-select-idp.exception.ts b/back/libs/session/src/exceptions/session-invalid-csrf-select-idp.exception.ts index a5f98884..365f98d9 100644 --- a/back/libs/session/src/exceptions/session-invalid-csrf-select-idp.exception.ts +++ b/back/libs/session/src/exceptions/session-invalid-csrf-select-idp.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/session/src/exceptions/session-invalid-session.exception.ts b/back/libs/session/src/exceptions/session-invalid-session.exception.ts index 5e954e06..9db20fb2 100644 --- a/back/libs/session/src/exceptions/session-invalid-session.exception.ts +++ b/back/libs/session/src/exceptions/session-invalid-session.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/exceptions/session-no-session-id.exception.ts b/back/libs/session/src/exceptions/session-no-session-id.exception.ts index 373e2e3c..ab991d8d 100644 --- a/back/libs/session/src/exceptions/session-no-session-id.exception.ts +++ b/back/libs/session/src/exceptions/session-no-session-id.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/exceptions/session-not-found.exception.ts b/back/libs/session/src/exceptions/session-not-found.exception.ts index 7e736ed4..5fa0e2d9 100644 --- a/back/libs/session/src/exceptions/session-not-found.exception.ts +++ b/back/libs/session/src/exceptions/session-not-found.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/exceptions/session-storage.exception.ts b/back/libs/session/src/exceptions/session-storage.exception.ts index 90b93a51..61820b52 100644 --- a/back/libs/session/src/exceptions/session-storage.exception.ts +++ b/back/libs/session/src/exceptions/session-storage.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/index.ts b/back/libs/session/src/index.ts index a6afafbf..643b13d3 100644 --- a/back/libs/session/src/index.ts +++ b/back/libs/session/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/session/src/interceptors/index.ts b/back/libs/session/src/interceptors/index.ts index 3d73d59e..b5619a46 100644 --- a/back/libs/session/src/interceptors/index.ts +++ b/back/libs/session/src/interceptors/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/interfaces/index.ts b/back/libs/session/src/interfaces/index.ts index 61ddf9a7..4c56189b 100644 --- a/back/libs/session/src/interfaces/index.ts +++ b/back/libs/session/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/session/src/interfaces/session-cookie-options.interface.ts b/back/libs/session/src/interfaces/session-cookie-options.interface.ts index ddce5173..b3a1a1f9 100644 --- a/back/libs/session/src/interfaces/session-cookie-options.interface.ts +++ b/back/libs/session/src/interfaces/session-cookie-options.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/interfaces/session-options.interface.ts b/back/libs/session/src/interfaces/session-options.interface.ts index 91c36a83..d894b7d7 100644 --- a/back/libs/session/src/interfaces/session-options.interface.ts +++ b/back/libs/session/src/interfaces/session-options.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/interfaces/session-request.interface.ts b/back/libs/session/src/interfaces/session-request.interface.ts index 7fbcde83..04868301 100644 --- a/back/libs/session/src/interfaces/session-request.interface.ts +++ b/back/libs/session/src/interfaces/session-request.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/interfaces/session-response.interface.ts b/back/libs/session/src/interfaces/session-response.interface.ts index 58e63cf7..cf879e17 100644 --- a/back/libs/session/src/interfaces/session-response.interface.ts +++ b/back/libs/session/src/interfaces/session-response.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/interfaces/session-service.interface.ts b/back/libs/session/src/interfaces/session-service.interface.ts index 8da52b36..44f23d41 100644 --- a/back/libs/session/src/interfaces/session-service.interface.ts +++ b/back/libs/session/src/interfaces/session-service.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code ISessionService diff --git a/back/libs/session/src/interfaces/template-exposed.interface.ts b/back/libs/session/src/interfaces/template-exposed.interface.ts index 4ba69aff..d736e934 100644 --- a/back/libs/session/src/interfaces/template-exposed.interface.ts +++ b/back/libs/session/src/interfaces/template-exposed.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code ISessionService diff --git a/back/libs/session/src/services/index.ts b/back/libs/session/src/services/index.ts index 4f411086..673ad758 100644 --- a/back/libs/session/src/services/index.ts +++ b/back/libs/session/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/session/src/session.module.ts b/back/libs/session/src/session.module.ts index 5143a346..18dfcdd0 100644 --- a/back/libs/session/src/session.module.ts +++ b/back/libs/session/src/session.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/session/src/types/index.ts b/back/libs/session/src/types/index.ts index c0a1436f..b40d0075 100644 --- a/back/libs/session/src/types/index.ts +++ b/back/libs/session/src/types/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/session/src/types/session.type.ts b/back/libs/session/src/types/session.type.ts index 4d922578..7c170fbe 100644 --- a/back/libs/session/src/types/session.type.ts +++ b/back/libs/session/src/types/session.type.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative code diff --git a/back/libs/tracking/src/handlers/index.ts b/back/libs/tracking/src/handlers/index.ts index 6f043018..949612a3 100644 --- a/back/libs/tracking/src/handlers/index.ts +++ b/back/libs/tracking/src/handlers/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/tracking/src/index.ts b/back/libs/tracking/src/index.ts index 8354bf5d..e5d5e602 100644 --- a/back/libs/tracking/src/index.ts +++ b/back/libs/tracking/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/tracking/src/interceptors/index.ts b/back/libs/tracking/src/interceptors/index.ts index 7c139595..384076ad 100644 --- a/back/libs/tracking/src/interceptors/index.ts +++ b/back/libs/tracking/src/interceptors/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/tracking/src/interfaces/event.interface.ts b/back/libs/tracking/src/interfaces/event.interface.ts index 81f9b343..131ef168 100644 --- a/back/libs/tracking/src/interfaces/event.interface.ts +++ b/back/libs/tracking/src/interfaces/event.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/tracking/src/interfaces/index.ts b/back/libs/tracking/src/interfaces/index.ts index e5cbdd83..3a2606e9 100644 --- a/back/libs/tracking/src/interfaces/index.ts +++ b/back/libs/tracking/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/tracking/src/tracking.module.ts b/back/libs/tracking/src/tracking.module.ts index 6559ecfd..9b44f072 100644 --- a/back/libs/tracking/src/tracking.module.ts +++ b/back/libs/tracking/src/tracking.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/tracks/src/dto/index.ts b/back/libs/tracks/src/dto/index.ts index 5507693c..42ac614b 100644 --- a/back/libs/tracks/src/dto/index.ts +++ b/back/libs/tracks/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/tracks/src/dto/tracks.dto.ts b/back/libs/tracks/src/dto/tracks.dto.ts index 2f3a1f52..b4119199 100644 --- a/back/libs/tracks/src/dto/tracks.dto.ts +++ b/back/libs/tracks/src/dto/tracks.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/tracks/src/enums/error-code.enum.ts b/back/libs/tracks/src/enums/error-code.enum.ts index 0087a7ff..0d1bd58e 100644 --- a/back/libs/tracks/src/enums/error-code.enum.ts +++ b/back/libs/tracks/src/enums/error-code.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/tracks/src/enums/index.ts b/back/libs/tracks/src/enums/index.ts index 7d001582..6c2690c0 100644 --- a/back/libs/tracks/src/enums/index.ts +++ b/back/libs/tracks/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/tracks/src/enums/trackable-event.enum.ts b/back/libs/tracks/src/enums/trackable-event.enum.ts index a0b2a0bb..019118e5 100644 --- a/back/libs/tracks/src/enums/trackable-event.enum.ts +++ b/back/libs/tracks/src/enums/trackable-event.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/tracks/src/exceptions/index.ts b/back/libs/tracks/src/exceptions/index.ts index 38d3d812..d2b11755 100644 --- a/back/libs/tracks/src/exceptions/index.ts +++ b/back/libs/tracks/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/tracks/src/exceptions/tracks-base.exception.ts b/back/libs/tracks/src/exceptions/tracks-base.exception.ts index bd4f1195..452286f4 100644 --- a/back/libs/tracks/src/exceptions/tracks-base.exception.ts +++ b/back/libs/tracks/src/exceptions/tracks-base.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/tracks/src/exceptions/tracks-response.exception.ts b/back/libs/tracks/src/exceptions/tracks-response.exception.ts index 290f0ab1..118b867d 100644 --- a/back/libs/tracks/src/exceptions/tracks-response.exception.ts +++ b/back/libs/tracks/src/exceptions/tracks-response.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/tracks/src/index.ts b/back/libs/tracks/src/index.ts index ed3cc1f5..446e7bcb 100644 --- a/back/libs/tracks/src/index.ts +++ b/back/libs/tracks/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/tracks/src/interfaces/csmr-tracks-output-track.interface.ts b/back/libs/tracks/src/interfaces/csmr-tracks-output-track.interface.ts index 50b7ce36..841c6b73 100644 --- a/back/libs/tracks/src/interfaces/csmr-tracks-output-track.interface.ts +++ b/back/libs/tracks/src/interfaces/csmr-tracks-output-track.interface.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/tracks/src/interfaces/index.ts b/back/libs/tracks/src/interfaces/index.ts index 63302902..b53fcbd0 100644 --- a/back/libs/tracks/src/interfaces/index.ts +++ b/back/libs/tracks/src/interfaces/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/tracks/src/interfaces/tracks-results.type.ts b/back/libs/tracks/src/interfaces/tracks-results.type.ts index f286aeff..0b622af0 100644 --- a/back/libs/tracks/src/interfaces/tracks-results.type.ts +++ b/back/libs/tracks/src/interfaces/tracks-results.type.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/tracks/src/services/index.ts b/back/libs/tracks/src/services/index.ts index ca4b6364..de11c332 100644 --- a/back/libs/tracks/src/services/index.ts +++ b/back/libs/tracks/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/tracks/src/tracks.module.ts b/back/libs/tracks/src/tracks.module.ts index 88371b2a..dd8b68d4 100644 --- a/back/libs/tracks/src/tracks.module.ts +++ b/back/libs/tracks/src/tracks.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/user-preferences/src/dto/formatted-idp-settings.dto.ts b/back/libs/user-preferences/src/dto/formatted-idp-settings.dto.ts index 499ce601..272feea5 100644 --- a/back/libs/user-preferences/src/dto/formatted-idp-settings.dto.ts +++ b/back/libs/user-preferences/src/dto/formatted-idp-settings.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/user-preferences/src/dto/idp-settings.dto.ts b/back/libs/user-preferences/src/dto/idp-settings.dto.ts index 2b0100f9..41d4433d 100644 --- a/back/libs/user-preferences/src/dto/idp-settings.dto.ts +++ b/back/libs/user-preferences/src/dto/idp-settings.dto.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // Declarative code diff --git a/back/libs/user-preferences/src/dto/index.ts b/back/libs/user-preferences/src/dto/index.ts index a74bc03e..e48ebade 100644 --- a/back/libs/user-preferences/src/dto/index.ts +++ b/back/libs/user-preferences/src/dto/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/user-preferences/src/enums/error-code.enum.ts b/back/libs/user-preferences/src/enums/error-code.enum.ts index eb253f1c..18646a14 100644 --- a/back/libs/user-preferences/src/enums/error-code.enum.ts +++ b/back/libs/user-preferences/src/enums/error-code.enum.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/user-preferences/src/enums/index.ts b/back/libs/user-preferences/src/enums/index.ts index 1cb9bf67..51058ebe 100644 --- a/back/libs/user-preferences/src/enums/index.ts +++ b/back/libs/user-preferences/src/enums/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/user-preferences/src/exceptions/get-user-preferences-consumer-error.exception.ts b/back/libs/user-preferences/src/exceptions/get-user-preferences-consumer-error.exception.ts index 61d2b0c9..ed157dbd 100644 --- a/back/libs/user-preferences/src/exceptions/get-user-preferences-consumer-error.exception.ts +++ b/back/libs/user-preferences/src/exceptions/get-user-preferences-consumer-error.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/user-preferences/src/exceptions/get-user-preferences-response.exception.ts b/back/libs/user-preferences/src/exceptions/get-user-preferences-response.exception.ts index 56345d6f..23bec2e1 100644 --- a/back/libs/user-preferences/src/exceptions/get-user-preferences-response.exception.ts +++ b/back/libs/user-preferences/src/exceptions/get-user-preferences-response.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/user-preferences/src/exceptions/index.ts b/back/libs/user-preferences/src/exceptions/index.ts index 921bcc21..b09b3b22 100644 --- a/back/libs/user-preferences/src/exceptions/index.ts +++ b/back/libs/user-preferences/src/exceptions/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/user-preferences/src/exceptions/set-user-preferences-consumer-error.exception.ts b/back/libs/user-preferences/src/exceptions/set-user-preferences-consumer-error.exception.ts index ec234249..b22a8436 100644 --- a/back/libs/user-preferences/src/exceptions/set-user-preferences-consumer-error.exception.ts +++ b/back/libs/user-preferences/src/exceptions/set-user-preferences-consumer-error.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/user-preferences/src/exceptions/set-user-preferences-response.exception.ts b/back/libs/user-preferences/src/exceptions/set-user-preferences-response.exception.ts index f88fa5f4..97b4672b 100644 --- a/back/libs/user-preferences/src/exceptions/set-user-preferences-response.exception.ts +++ b/back/libs/user-preferences/src/exceptions/set-user-preferences-response.exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/user-preferences/src/exceptions/user-preferences-base-exception.ts b/back/libs/user-preferences/src/exceptions/user-preferences-base-exception.ts index 852e8626..da90fe0c 100644 --- a/back/libs/user-preferences/src/exceptions/user-preferences-base-exception.ts +++ b/back/libs/user-preferences/src/exceptions/user-preferences-base-exception.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/user-preferences/src/index.ts b/back/libs/user-preferences/src/index.ts index 71255c73..e807755f 100644 --- a/back/libs/user-preferences/src/index.ts +++ b/back/libs/user-preferences/src/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/user-preferences/src/services/index.ts b/back/libs/user-preferences/src/services/index.ts index 59d53d7b..63d4d706 100644 --- a/back/libs/user-preferences/src/services/index.ts +++ b/back/libs/user-preferences/src/services/index.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/libs/user-preferences/src/user-preferences.module.ts b/back/libs/user-preferences/src/user-preferences.module.ts index cbd513f1..ff829ca8 100644 --- a/back/libs/user-preferences/src/user-preferences.module.ts +++ b/back/libs/user-preferences/src/user-preferences.module.ts @@ -1,3 +1,4 @@ +// Stryker disable all /* istanbul ignore file */ // declarative file diff --git a/back/stryker.conf.js b/back/stryker.conf.js deleted file mode 100644 index a10e6708..00000000 --- a/back/stryker.conf.js +++ /dev/null @@ -1,17 +0,0 @@ -/** - * @type {import('@stryker-mutator/api/core').StrykerOptions} - */ -module.exports = { - mutator: 'typescript', - packageManager: 'yarn', - reporters: ['html', 'clear-text', 'progress'], - testRunner: 'jest', - transpilers: [], - coverageAnalysis: 'off', - tsconfigFile: 'tsconfig.build.json', - mutate: [ - 'libs/**/*.{ts,tsx}', - '!libs/**/*.spec.{ts,tsx}', - '!libs/**/*.module.ts', - ], -}; diff --git a/back/stryker.conf.json b/back/stryker.conf.json new file mode 100644 index 00000000..e35792e3 --- /dev/null +++ b/back/stryker.conf.json @@ -0,0 +1,18 @@ +{ + "$schema": "./node_modules/@stryker-mutator/core/schema/stryker-schema.json", + "_comment": "This config was generated using 'stryker init'. Please take a look at: https://stryker-mutator.io/docs/stryker-js/configuration/ for more information", + "packageManager": "yarn", + "mutate": [ + "{apps,instances,libs}/**/!(*.+spec).+(js|ts)", + "!{apps,instances}/**/src/public/**", + "!{apps,instances,libs}/**/*.dto.ts" + ], + "disableTypeChecks": "{apps,instances,libs}/**/!(*.+spec).+(js|ts)", + "reporters": [ + "html", + "clear-text", + "progress" + ], + "testRunner": "jest", + "coverageAnalysis": "perTest" +}