Skip to content

Commit

Permalink
🔖 (1.1.9) add a regex pattern to the ignoreCoveragePattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Spoutnik97 committed Jan 22, 2022
1 parent 7a024d8 commit 013e83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "danger-plugin-code-coverage",
"version": "1.1.8",
"version": "1.1.9",
"description": "Danger.JS plugin to display the code coverage on a pull request by commenting it via the CI",
"author": {
"name": "Guillaume Piedigrossi",
Expand All @@ -26,7 +26,7 @@
"build": "tsc",
"test": "jest",
"prepublish": "yarn run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release": "semantic-release && npm publish && semantic-release post",
"prettier": "prettier",
"prettier-write": "npm run prettier -- --parser typescript --no-semi --trailing-comma es5 --write --print-width 120",
"prettier-project": "npm run prettier-write -- 'src/**/*.{ts,tsx}'",
Expand Down

0 comments on commit 013e83a

Please sign in to comment.