Skip to content

Commit 7c638c8

Browse files
committed
Release 4.8.12
1 parent 0f13ab4 commit 7c638c8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
dotnet-version: 5.0.301
1212

1313
- name: ReportGenerator
14-
uses: danielpalme/ReportGenerator-GitHub-Action@4.8.11
14+
uses: danielpalme/ReportGenerator-GitHub-Action@4.8.12
1515
with:
1616
reports: 'coverage.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
1717
targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved.

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
10661066
const core = __importStar(__webpack_require__(470));
10671067
const exec = __importStar(__webpack_require__(986));
10681068
const fs = __importStar(__webpack_require__(747));
1069-
const VERSION = '4.8.11';
1069+
const VERSION = '4.8.12';
10701070
function run() {
10711071
return __awaiter(this, void 0, void 0, function* () {
10721072
try {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ReportGenerator",
3-
"version": "4.8.11",
3+
"version": "4.8.12",
44
"description": "",
55
"main": "lib/reportgenerator.js",
66
"scripts": {

src/reportgenerator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as core from '@actions/core';
22
import * as exec from '@actions/exec';
33
import * as fs from 'fs';
44

5-
const VERSION = '4.8.11';
5+
const VERSION = '4.8.12';
66

77
async function run() {
88
try {

0 commit comments

Comments
 (0)