File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 9
9
10
10
script :
11
11
- npm run lint-ci
12
- - npm run test-ci
12
+ - npm run coveralls -- -c
13
13
14
14
env :
15
15
- ORACLE_HOME=/u01/app/oracle/product/11.2.0/xe ORACLE_SID=XE OCI_LIB_DIR=/u01/app/oracle/product/11.2.0/xe/lib LD_LIBRARY_PATH=/u01/app/oracle/product/11.2.0/xe/lib
Original file line number Diff line number Diff line change 1
1
# fastify-oracle
2
2
[ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://standardjs.com )
3
3
[ ![ Build Status] ( https://travis-ci.org/cemremengu/fastify-oracle.svg?branch=master )] ( https://travis-ci.org/cemremengu/fastify-oracle )
4
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/cemremengu/fastify-oracle/badge.svg?branch=master )] ( https://coveralls.io/github/cemremengu/fastify-oracle?branch=master )
4
5
5
6
This module provides access to an Oracle database connection pool via the
6
7
[ oracledb] ( https://npm.im/oracledb ) module. It decorates the [ Fastify] ( https://fastify.io )
Original file line number Diff line number Diff line change 7
7
"test" : " tap 'test/**/*.test.js'" ,
8
8
"test-ci" : " tap --cov 'test/**/*.test.js'" ,
9
9
"lint" : " standard | snazzy" ,
10
- "lint-ci" : " standard"
10
+ "lint-ci" : " standard" ,
11
+ "coveralls" : " npm run test-ci -- --cov"
11
12
},
12
13
"precommit" : [
13
14
" lint" ,
28
29
},
29
30
"homepage" : " https://github.com/jsumners/fastify-oracle#readme" ,
30
31
"devDependencies" : {
32
+ "coveralls" : " ^3.0.2" ,
31
33
"fastify" : " ^1.1.0" ,
32
34
"pre-commit" : " ^1.2.2" ,
33
35
"snazzy" : " ^7.1.1" ,
You can’t perform that action at this time.
0 commit comments