diff --git a/dist/summary.md b/dist/summary.md index 0bf2a2e..25eace6 100644 --- a/dist/summary.md +++ b/dist/summary.md @@ -25,7 +25,6 @@ All files | Name | Stmts | Branch | Funcs | Lines | | ---- | ----- | ------ | ----- | ----- | - <%= renderFileSummary(total) %> <%= all.map((fileSummary) => renderFileSummary(fileSummary)).join('\n') %> @@ -38,7 +37,6 @@ All files | Name | Stmts | Branch | Funcs | Lines | | ---- | ----- | ------ | ----- | ----- | - <%= renderFileSummary(total) %> <%= changed.map((fileSummary) => renderFileSummary(fileSummary)).join('\n') %> <% } %> @@ -54,7 +52,6 @@ Unchanged files | Name | Stmts | Branch | Funcs | Lines | | ---- | ----- | ------ | ----- | ----- | - <%= unchanged.map((fileSummary) => renderFileSummary(fileSummary)).join('\n') %> diff --git a/package.json b/package.json index d308f16..652e9b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "test-coverage-reporter", - "version": "1.0.5", + "version": "1.0.6", "description": "Generate a test coverage report for a PR", "main": "dist/index.js", "scripts": { diff --git a/src/summary.md b/src/summary.md index 0bf2a2e..25eace6 100644 --- a/src/summary.md +++ b/src/summary.md @@ -25,7 +25,6 @@ All files | Name | Stmts | Branch | Funcs | Lines | | ---- | ----- | ------ | ----- | ----- | - <%= renderFileSummary(total) %> <%= all.map((fileSummary) => renderFileSummary(fileSummary)).join('\n') %> @@ -38,7 +37,6 @@ All files | Name | Stmts | Branch | Funcs | Lines | | ---- | ----- | ------ | ----- | ----- | - <%= renderFileSummary(total) %> <%= changed.map((fileSummary) => renderFileSummary(fileSummary)).join('\n') %> <% } %> @@ -54,7 +52,6 @@ Unchanged files | Name | Stmts | Branch | Funcs | Lines | | ---- | ----- | ------ | ----- | ----- | - <%= unchanged.map((fileSummary) => renderFileSummary(fileSummary)).join('\n') %>