Skip to content

Commit

Permalink
feat(html report): support mutation coverage based on covered code
Browse files Browse the repository at this point in the history
This adds support for the Mutation Coverage based on covered code column. See stryker-mutator/mutation-testing-elements#3310 for more information.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 9, 2024
1 parent 9247e0a commit cec0b95
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 19 deletions.
9 changes: 5 additions & 4 deletions e2e/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 e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"karma-webpack": "5.0.1",
"minimatch": "10.0.1",
"mocha": "10.7.0",
"mutation-testing-metrics": "3.1.1",
"mutation-testing-metrics": "3.2.0",
"mutation-testing-report-schema": "3.1.1",
"playwright": "1.46.0",
"rxjs": "7.8.1",
Expand Down
22 changes: 12 additions & 10 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 packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"mutation-testing-metrics": "3.1.1",
"mutation-testing-metrics": "3.2.0",
"mutation-testing-report-schema": "3.1.1",
"tslib": "~2.6.3",
"typed-inject": "~4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
"lodash.groupby": "~4.6.0",
"log4js": "~6.9.1",
"minimatch": "~9.0.5",
"mutation-testing-elements": "3.1.1",
"mutation-testing-metrics": "3.1.1",
"mutation-testing-elements": "3.2.0",
"mutation-testing-metrics": "3.2.0",
"mutation-testing-report-schema": "3.1.1",
"npm-run-path": "~5.3.0",
"progress": "~2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"ajv": "~8.17.1",
"flatted": "~3.3.1",
"mutation-testing-metrics": "3.1.1",
"mutation-testing-metrics": "3.2.0",
"rxjs": "~7.8.1"
},
"devDependencies": {
Expand Down

0 comments on commit cec0b95

Please sign in to comment.