Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit f7678b8

Browse files
committed
fix: update code coverage with better filtering
1 parent ed33d6a commit f7678b8

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

package-lock.json

Lines changed: 11 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"url": "https://github.com/bahmutov/cypress-react-unit-test.git"
9898
},
9999
"dependencies": {
100-
"@cypress/code-coverage": "2.0.3",
100+
"@cypress/code-coverage": "2.0.5",
101101
"@cypress/webpack-preprocessor": "4.1.3",
102102
"babel-plugin-istanbul": "6.0.0",
103103
"debug": "4.1.1",
@@ -110,6 +110,8 @@
110110
"name": "feature/cypress-mount-mode",
111111
"prerelease": "cypress-mount-mode"
112112
}
113-
]
113+
],
114+
"analyzeCommits": "simple-commit-message",
115+
"generateNotes": "github-post-release"
114116
}
115117
}

0 commit comments

Comments
 (0)