Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stryker-config] Add a working stryker config #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/bridge-http-proxy/src/controllers/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/bridge-http-proxy/src/dto/app-config.dto.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/bridge-http-proxy/src/dto/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/bridge-http-proxy/src/enums/error-code.enum.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

export enum ErrorCode {
Expand Down
1 change: 1 addition & 0 deletions back/apps/bridge-http-proxy/src/enums/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/bridge-http-proxy/src/exceptions/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/bridge-http-proxy/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/bridge-http-proxy/src/services/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fca/src/controllers/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fca/src/core-fca.module.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fca/src/dto/core-fca-config.dto.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fca/src/dto/core-fca-session.dto.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fca/src/dto/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fca/src/dto/mandatory-identity.dto.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fca/src/exceptions/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fca/src/handlers/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fca/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fca/src/services/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/controllers/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/core-fcp.module.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/dto/core-fcp-config.dto.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/dto/core-fcp-session.dto.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/dto/eidas-identity.dto.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/dto/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/dto/oidc-identity.dto.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/enums/emails-templates.enum.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/enums/error-code.enum.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/enums/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/enums/process-core.enum.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/exceptions/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/handlers/email/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/handlers/identity-check/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/handlers/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/handlers/verify/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/interfaces/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/core-fcp/src/services/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/csmr-account/src/controllers/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/csmr-account/src/csmr-account.module.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/csmr-account/src/dto/csmr-account.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/csmr-account/src/dto/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/csmr-account/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/csmr-hsm/src/csmr-hsm.module.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/csmr-hsm/src/dto/csmr-hsm.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

import { Type } from 'class-transformer';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Description } from '@fc/exceptions';

import { CsmrHsmBaseException } from './csmr-hsm-base.exception';

// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/csmr-hsm/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/csmr-http-proxy/src/config/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/csmr-http-proxy/src/controllers/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/csmr-http-proxy/src/csmr-http-proxy.module.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/csmr-http-proxy/src/dto/bridge-payload.dto.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/csmr-http-proxy/src/dto/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/csmr-http-proxy/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
1 change: 1 addition & 0 deletions back/apps/csmr-http-proxy/src/services/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

// Declarative code
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// Stryker disable all
/* istanbul ignore file */

import { ICsmrTracksHighFieldsData } from '../interfaces';
Expand Down
Loading