Skip to content

Commit

Permalink
5.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Mar 9, 2023
1 parent 9f818c7 commit 99f9883
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Use the online [configuration tool](https://reportgenerator.io/usage) to get sta
dotnet-quality: 'ga'

- name: ReportGenerator
uses: danielpalme/ReportGenerator-GitHub-Action@5.1.18
uses: danielpalme/ReportGenerator-GitHub-Action@5.1.19
with:
reports: 'coverage.xml' # REQUIRED # The coverage reports that should be parsed (separated by semicolon). Globbing is supported.
targetdir: 'coveragereport' # REQUIRED # The directory where the generated report should be saved.
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1769,7 +1769,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
const core = __importStar(__webpack_require__(470));
const exec = __importStar(__webpack_require__(986));
const fs = __importStar(__webpack_require__(747));
const VERSION = '5.1.18';
const VERSION = '5.1.19';
function run() {
return __awaiter(this, void 0, void 0, function* () {
try {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ReportGenerator",
"version": "5.1.18",
"version": "5.1.19",
"description": "",
"main": "lib/reportgenerator.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/reportgenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as core from '@actions/core';
import * as exec from '@actions/exec';
import * as fs from 'fs';

const VERSION = '5.1.18';
const VERSION = '5.1.19';

async function run() {
try {
Expand Down

0 comments on commit 99f9883

Please sign in to comment.