File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
test :
2
2
post :
3
- - cp -R coverage/ $CIRCLE_ARTIFACTS
3
+ - npm run codeclimate
4
+ - npm run covupdate
4
5
5
6
general :
6
7
artifacts :
Original file line number Diff line number Diff line change 9
9
"build" : " tsc" ,
10
10
"test" : " npm run build && istanbul cover --include-all-sources jasmine" ,
11
11
"build_test" : " npm run build && npm run test" ,
12
- "covupdate" : " cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
12
+ "covupdate" : " cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" ,
13
+ "codeclimate" : " codeclimate-test-reporter < coverage/lcov.info "
13
14
},
14
15
"author" : " Abner Oliveira" ,
15
16
"license" : " MIT" ,
16
17
"dependencies" : {
17
18
"shelljs" : " ^0.6.0"
18
19
},
19
20
"devDependencies" : {
21
+ "codeclimate-test-reporter" : " ^0.3.1" ,
20
22
"codecov" : " ^1.0.1" ,
21
23
"coveralls" : " ^2.11.6" ,
22
24
"istanbul" : " ^0.4.2" ,
You can’t perform that action at this time.
0 commit comments