File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ plugins:
1010 eslint :
1111 enabled : true
1212 channel : eslint-5
13+ config :
14+ extensions :
15+ - .ts
1316
1417exclude_patterns :
1518 - " config/"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ send_cover:
1515ifeq ($(CURBUILD ) ,$(REQBUILD ) )
1616 @ echo Sending coverage report...
1717 @ nyc report -r=lcov
18- @ codecov -f coverage/lcov.info
18+ @ codecov -f ./ coverage/lcov.info
1919 @ ./cc-test-reporter after-build --exit-code $(TRAVIS_TEST_RESULT)
2020 @ echo The report was sent.
2121else
Original file line number Diff line number Diff line change 11# JSBits (WIP)
22
33[ ![ License] [ license-image ]] [ license-url ]
4+ [ ![ Travis Test] [ travis-image ]] [ travis-url ]
45[ ![ Codebeat] [ codebeat-image ]] [ codebeat-url ]
56[ ![ Code Climate] [ climate-image ]] [ climate-url ]
7+ [ ![ Coverage] [ codecov-image ]] [ codecov-url ]
68
79Public library of professional high quality functions for TypeScript and JavaScript.
810
@@ -141,12 +143,12 @@ The [BSD 2-Clause](LICENSE) "Simplified" License.
141143[license-url]: https://github.com/aMarCruz/jsbits/blob/master/LICENSE
142144[appveyor-image]: https://ci.appveyor.com/api/projects/status/hdsef0p6q0oqr127?svg=true
143145[appveyor-url]: https://ci.appveyor.com/project/aMarCruz/jsbits
144- [travis-image]: https://img.shields.io/travis/aMarCruz /jsbits.svg
145- [travis-url]: https://travis-ci.org/aMarCruz /jsbits
146+ [travis-image]: https://img.shields.io/travis/ProJSLib /jsbits.svg
147+ [travis-url]: https://travis-ci.org/ProJSLib /jsbits
146148[codebeat-image]: https://codebeat.co/badges/5b07ccc1-be43-41d8-aeaf-eee1913d4173
147149[codebeat-url]: https://codebeat.co/projects/github-com-projslib-jsbits-master
148- [codecov-image]: https://codecov.io/gh/aMarCruz /jsbits/branch/dev /graph/badge.svg
149- [codecov-url]: https://codecov.io/gh/aMarCruz /jsbits
150+ [codecov-image]: https://codecov.io/gh/ProJSLib /jsbits/branch/master /graph/badge.svg
151+ [codecov-url]: https://codecov.io/gh/ProJSLib /jsbits
150152
151153<!-- Badges at bottom -->
152154[climate-image]: https://codeclimate.com/github/ProJSLib/jsbits/badges/gpa.svg
You can’t perform that action at this time.
0 commit comments