mutation-testing-report-schema
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.4.2](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.1...v1.4.2) (2020-11-03) | ||
### Features | ||
* **schema:** Allow for ProjectRoot with absolute path to the projectfolder ([e8e8425](https://github.com/stryker-mutator/mutation-testing-elements/commit/e8e842531b689276be97eff371c3c8816bef3425)) | ||
## [1.4.1](https://github.com/stryker-mutator/mutation-testing-elements/compare/v1.4.0...v1.4.1) (2020-10-27) | ||
@@ -8,0 +19,0 @@ |
@@ -5,2 +5,3 @@ import { FileResultDictionary } from './FileResult'; | ||
schemaVersion: string; | ||
projectRoot: string; | ||
thresholds: Thresholds; | ||
@@ -7,0 +8,0 @@ files: FileResultDictionary; |
@@ -36,2 +36,7 @@ export * from './api'; | ||
}; | ||
projectRoot: { | ||
type: string; | ||
title: string; | ||
examples: string[]; | ||
}; | ||
files: { | ||
@@ -38,0 +43,0 @@ type: string; |
@@ -48,2 +48,10 @@ { | ||
}, | ||
"projectRoot": { | ||
"type": "string", | ||
"title": "The optional location of the project root.", | ||
"examples": [ | ||
"C:\\Projects\\project-under-test", | ||
"/home/user/projects/project-under-test" | ||
] | ||
}, | ||
"files": { | ||
@@ -50,0 +58,0 @@ "type": "object", |
{ | ||
"name": "mutation-testing-report-schema", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "The json schema for a mutation testing report.", | ||
@@ -20,3 +20,3 @@ "main": "dist/src/index.js", | ||
"homepage": "https://github.com/stryker-mutator/mutation-testing-elements/tree/master/packages/mutation-testing-elements#readme", | ||
"gitHead": "59e72abde7cf231b1b6edda0a4343c73076ca31c" | ||
"gitHead": "9e61aa82c9d0ff52f822b2f1dc3cdddf1b041305" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38234
446