Skip to content

Commit

Permalink
updated regex to allow thrsholds with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattihew committed Nov 4, 2019
1 parent 2d96c8f commit 4f87be7
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 152 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# k6-to-junit

![npm](https://img.shields.io/npm/v/k6-to-junit?style=plastic) ![GitHub release (latest by date)](https://img.shields.io/github/v/release/mattihew/k6-to-junit?label=github&style=plastic)

## Installing

```shell
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "k6-to-junit",
"version": "1.0.0",
"version": "1.0.2",
"description": "tool to convert k6 output to junit xml",
"main": "dist/index.js",
"bin": "dist/command.js",
Expand Down Expand Up @@ -29,17 +29,17 @@
"yargs": "^14.2.0"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^12.7.11",
"@types/jest": "^24.0.21",
"@types/node": "^12.12.5",
"@types/yargs": "^13.0.3",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3"
"typescript": "^3.6.4"
}
}
Loading

0 comments on commit 4f87be7

Please sign in to comment.