File tree 5 files changed +9
-8
lines changed
5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ before_install:
17
17
- export DISPLAY=:99.0
18
18
- sh -e /etc/init.d/xvfb start
19
19
20
+ after_success :
21
+ - node_modules/.bin/codecov
22
+
20
23
branches :
21
24
only :
22
25
- master
Original file line number Diff line number Diff line change 2
2
3
3
[ Bootstrap 3] [ bootstrap ] components built with [ React] [ react ] .
4
4
5
- [ ![ Coveralls ] [ coveralls -badge]] [ coveralls ]
5
+ [ ![ Codecov ] [ codecov -badge]] [ codecov ]
6
6
[ ![ Discord] [ discord-badge ]] [ discord ]
7
7
[ ![ Thinkful] [ thinkful-badge ]] [ thinkful ]
8
8
@@ -47,8 +47,8 @@ Yes please! See the [contributing guidelines][contributing] for details.
47
47
[ thinkful-badge ] : https://tf-assets-staging.s3.amazonaws.com/badges/thinkful_repo_badge.svg
48
48
[ thinkful ] : http://start.thinkful.com/react/?utm_source=github&utm_medium=badge&utm_campaign=react-bootstrap
49
49
50
- [ coveralls -badge] : https://coveralls. io/repos/ react-bootstrap/react-bootstrap/badge .svg?branch=master&service=github
51
- [ coveralls ] : https://coveralls .io/github /react-bootstrap/react-bootstrap?branch=master
50
+ [ codecov -badge] : https://img.shields. io/codecov/c/github/ react-bootstrap/react-bootstrap/master .svg
51
+ [ codecov ] : https://codecov .io/gh /react-bootstrap/react-bootstrap
52
52
53
53
[ discord-badge ] : https://img.shields.io/badge/Discord-Join%20chat%20%E2%86%92-738bd7.svg
54
54
[ discord ] : https://discord.gg/0ZcbPKXt5bXLs9XK
Original file line number Diff line number Diff line change
1
+ comment : off
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ const webpackConfigBase = require('./webpack/base.config').default;
7
7
module . exports = config => {
8
8
const { env } = process ;
9
9
10
- const coverageReporters = env . CONTINUOUS_INTEGRATION === 'true' ?
11
- [ 'coverage' , 'coveralls' ] : [ 'coverage' ] ;
12
-
13
10
config . set ( {
14
11
frameworks : [ 'mocha' , 'sinon-chai' ] ,
15
12
@@ -34,7 +31,7 @@ module.exports = config => {
34
31
noInfo : true ,
35
32
} ,
36
33
37
- reporters : [ 'mocha' , ... coverageReporters ] ,
34
+ reporters : [ 'mocha' , 'coverage' ] ,
38
35
39
36
mochaReporter : {
40
37
output : 'autowatch' ,
Original file line number Diff line number Diff line change 62
62
"brfs" : " ^1.4.3" ,
63
63
"chai" : " ^3.5.0" ,
64
64
"child-process-promise" : " ^2.0.3" ,
65
+ "codecov" : " ^1.0.1" ,
65
66
"codemirror" : " ^5.16.0" ,
66
67
"colors" : " ^1.1.2" ,
67
68
"cross-env" : " ^2.0.0" ,
83
84
"karma-chrome-launcher" : " ^1.0.1" ,
84
85
"karma-cli" : " ^1.0.1" ,
85
86
"karma-coverage" : " ^1.1.0" ,
86
- "karma-coveralls" : " ^1.1.2" ,
87
87
"karma-firefox-launcher" : " ^1.0.0" ,
88
88
"karma-mocha" : " ^1.1.1" ,
89
89
"karma-mocha-reporter" : " ^2.0.4" ,
You can’t perform that action at this time.
0 commit comments