FoalTS / foal
Showing 1 of 2 files from the diff.

@@ -104,7 +104,7 @@
Loading
104 104
  app.use(express.text({ type: ['text/*', 'application/graphql'], limit }));
105 105
106 106
  // Parse cookies.
107 -
  app.use(cookieParser(Config.get('settings.cookie.secret', 'string')));
107 +
  app.use(cookieParser(Config.get('settings.cookieParser.secret', 'string')));
108 108
109 109
  // Create the service and controller manager.
110 110
  const services = options.serviceManager || new ServiceManager();
Files Coverage
packages/core/src 98.94%
Project Totals (86 files) 98.94%
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading