File tree 5 files changed +3377
-1799
lines changed
5 files changed +3377
-1799
lines changed Original file line number Diff line number Diff line change 7
7
.validateignore
8
8
.idea /
9
9
bin /
10
+ .nyc_output /
11
+ coverage /
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - ' 8'
3
+ - 8
4
+ - 10
5
+ - 12
4
6
script :
5
7
- npm run test-travis
8
+ after_success :
9
+ - npm run report-coverage
6
10
deploy :
7
11
- provider : script
8
12
skip_cleanup : true
9
13
script : npx semantic-release
10
14
on :
11
- branch : master
15
+ node : 12
Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.com/IBM/openapi-validator.svg?branch=master )] ( https://travis-ci.com/IBM/openapi-validator )
2
2
[ ![ npm-version] ( https://img.shields.io/npm/v/ibm-openapi-validator.svg )] ( https://www.npmjs.com/package/ibm-openapi-validator )
3
+ [ ![ codecov] ( https://codecov.io/gh/ibm/openapi-validator/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ibm/openapi-validator )
3
4
[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
4
5
[ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
5
6
[ ![ CLA assistant] ( https://cla-assistant.io/readme/badge/ibm/openapi-validator )] ( https://cla-assistant.io/ibm/openapi-validator )
You can’t perform that action at this time.
0 commit comments