File tree Expand file tree Collapse file tree 4 files changed +5
-13
lines changed
Expand file tree Collapse file tree 4 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 66 config :
77 threshold : 8
88
9- plugins :
10- eslint :
11- enabled : true
12- channel : eslint-5
13- config :
14- extensions :
15- - .ts
16-
179exclude_patterns :
1810 - " config/"
1911 - " cov-int/"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: node_js
22
33node_js :
44 - " 10"
5- - " 6.0.0 "
5+ - " 6.2.2 "
66
77branches :
88 only :
Original file line number Diff line number Diff line change 11# Send coverage report from node 6 builds of any branch
22
33CURBUILD = "$(TRAVIS_NODE_VERSION ) "
4- REQBUILD = "6.0.0 "
4+ REQBUILD = "6.2.2 "
55
66setup_cover :
77ifeq ($(CURBUILD ) ,$(REQBUILD ) )
Original file line number Diff line number Diff line change 44[ ![ Travis Test] [ travis-image ]] [ travis-url ]
55[ ![ Codebeat] [ codebeat-image ]] [ codebeat-url ]
66[ ![ Code Climate] [ climate-image ]] [ climate-url ]
7- [ ![ Coverage] [ codecov -image]] [ codecov -url]
7+ [ ![ Coverage] [ cccover -image]] [ cccover -url]
88
99Public library of professional high quality functions for TypeScript and JavaScript.
1010
@@ -153,8 +153,8 @@ The [BSD 2-Clause](LICENSE) "Simplified" License.
153153<!-- Badges at bottom -->
154154[climate-image]: https://codeclimate.com/github/ProJSLib/jsbits/badges/gpa.svg
155155[climate-url]: https://codeclimate.com/github/ProJSLib/jsbits
156- [cccover-image]: https://api.codeclimate.com/v1/badges/50d60a10ec7c9156b429 /test_coverage
157- [cccover-url]: https://codeclimate.com/github/aMarCruz /jsbits/test_coverage
156+ [cccover-image]: https://api.codeclimate.com/v1/badges/e991c05e8a92448d30f0 /test_coverage
157+ [cccover-url]: https://codeclimate.com/github/ProJSLib /jsbits/test_coverage
158158[commits-image]: https://img.shields.io/github/commits-since/aMarCruz/jsbits/latest.svg
159159[commits-url]: https://github.com/aMarCruz/jsbits/commits/dev
160160
You can’t perform that action at this time.
0 commit comments