Skip to content

Commit

Permalink
enable combineBrowserReports and skipFilesWithNoCoverage istanbul rep…
Browse files Browse the repository at this point in the history
…orter flags
  • Loading branch information
tiagoschenkel committed Jun 25, 2021
1 parent 4ccd58d commit b6a2117
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions games/battleship/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down
2 changes: 2 additions & 0 deletions games/match3/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down
2 changes: 2 additions & 0 deletions games/minesweeper/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down
2 changes: 2 additions & 0 deletions integration-tests/macrobot-signalcommandmap/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down
2 changes: 2 additions & 0 deletions packages/core/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down
2 changes: 2 additions & 0 deletions packages/createjs/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down
2 changes: 2 additions & 0 deletions packages/eventemitter3/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down
2 changes: 2 additions & 0 deletions packages/macrobot/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down
2 changes: 2 additions & 0 deletions packages/openfl/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down
2 changes: 2 additions & 0 deletions packages/phaser-ce-signalcommandmap/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down
2 changes: 2 additions & 0 deletions packages/phaser-ce/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down
2 changes: 2 additions & 0 deletions packages/phaser/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down
2 changes: 2 additions & 0 deletions packages/pixi-palidor/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down
2 changes: 2 additions & 0 deletions packages/pixi-signalmediator/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down
2 changes: 2 additions & 0 deletions packages/pixi/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down
2 changes: 2 additions & 0 deletions packages/signalcommandmap/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down
2 changes: 2 additions & 0 deletions packages/signals/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ module.exports = (config) => {
coverageIstanbulReporter: {
"reports": ["html", "lcov", "lcovonly", "text-summary"],
"dir": "coverage",
"combineBrowserReports": true,
"fixWebpackSourcePaths": true,
"skipFilesWithNoCoverage": true,
"report-config": {
html: {
subdir: "html-report"
Expand Down

0 comments on commit b6a2117

Please sign in to comment.