@decathlon/newman-reporter-pullrequest-decorator
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -5,2 +5,4 @@ # Changelog | ||
### 0.0.11 (2021-07-04) | ||
### 0.0.10 (2021-07-03) | ||
@@ -7,0 +9,0 @@ |
@@ -125,2 +125,3 @@ /* eslint-disable no-console */ | ||
}); | ||
console.log(`[+] Finished collection: ${this.options.collectionName}`); | ||
} | ||
@@ -127,0 +128,0 @@ } |
@@ -31,8 +31,3 @@ const HEADER_STARTING_NUMBER = 2; | ||
} | ||
if (status === 'FAIL') { | ||
return `${status} :x:`; | ||
} | ||
return 'N/A'; | ||
return `${status} :x:`; | ||
}; | ||
@@ -39,0 +34,0 @@ |
{ | ||
"name": "@decathlon/newman-reporter-pullrequest-decorator", | ||
"license": "Apache-2.0", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Newman reporter allowing to decorate Github's PullRequest with postman collection results", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
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
29320
234