Skip to content

Commit efaaf89

Browse files
committed
Update travis badge
1 parent 543b05a commit efaaf89

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.codeclimate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ plugins:
1010
eslint:
1111
enabled: true
1212
channel: eslint-5
13+
config:
14+
extensions:
15+
- .ts
1316

1417
exclude_patterns:
1518
- "config/"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ send_cover:
1515
ifeq ($(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.
2121
else

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
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

79
Public 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

0 commit comments

Comments
 (0)