simple-oracledb
Advanced tools
Comparing version 0.1.16 to 0.1.17
{ | ||
"name": "simple-oracledb", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"description": "Extend capabilities of oracledb with simplified API for quicker development.", | ||
@@ -62,4 +62,10 @@ "author": { | ||
"mocha-lcov-reporter": "latest", | ||
"time-grunt": "latest" | ||
"time-grunt": "latest", | ||
"travis-cov": "latest" | ||
}, | ||
"config": { | ||
"travis-cov": { | ||
"threshold": 100 | ||
} | ||
} | ||
} |
@@ -20,2 +20,8 @@ 'use strict'; | ||
}, | ||
coverageValidation: { | ||
options: { | ||
reporter: 'travis-cov' | ||
}, | ||
src: ['./<%=BuildConfig.targetDirectory%>/coverage/test/**/*spec.js'] | ||
}, | ||
coverageHTML: { | ||
@@ -22,0 +28,0 @@ options: { |
@@ -7,3 +7,4 @@ 'use strict'; | ||
'copy:coverage', | ||
'blanket:full' | ||
'blanket:full', | ||
'mochaTest:coverageValidation' | ||
]); | ||
@@ -10,0 +11,0 @@ |
@@ -459,3 +459,3 @@ # simple-oracledb | ||
| ----------- | ------- | ----------- | | ||
| 2016-01-20 | v0.1.16 | Maintenance | | ||
| 2016-01-20 | v0.1.17 | Maintenance | | ||
| 2016-01-12 | v0.1.8 | Avoid issues with oracledb stream option which is based on this library | | ||
@@ -462,0 +462,0 @@ | 2016-01-07 | v0.1.7 | connection.query with streamResults=true returns a readable stream | |
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
403893
8778
23