Commit f35e3a7 1 parent 85ef2ba commit f35e3a7 Copy full SHA for f35e3a7
File tree 4 files changed +9
-10
lines changed
4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,4 @@ node_modules
4
4
Haraka
5
5
* ~
6
6
bower_components
7
+ coverage
Original file line number Diff line number Diff line change 4
4
# - "0.6" # no longer supported by async
5
5
- " 0.10"
6
6
- " 0.12"
7
- - " iojs-v3"
8
- - " stable"
7
+ - " 4.2"
9
8
10
9
services :
11
10
- redis-server
@@ -29,6 +28,8 @@ script:
29
28
- node run_tests
30
29
31
30
after_success :
32
- - npm run coveralls
31
+ - npm install istanbul codecov.io
32
+ - ./node_modules/istanbul/lib/cli.js cov run_tests
33
+ - cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js
33
34
34
35
sudo : false
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ SpamAssassin and a hacker on [Qpsmtpd][13].
149
149
150
150
[ ci-img ] : https://travis-ci.org/haraka/Haraka.svg?branch=master
151
151
[ ci-url ] : https://travis-ci.org/haraka/Haraka
152
- [ cov-img ] : https://coveralls .io/repos /haraka/Haraka/badge.png
153
- [ cov-url ] : https://coveralls .io/r /haraka/Haraka
152
+ [ cov-img ] : https://codecov .io/github /haraka/Haraka/coverage.svg
153
+ [ cov-url ] : https://codecov .io/github /haraka/Haraka?branch=master
154
154
[ ci-win-img ] : https://ci.appveyor.com/api/projects/status/g29l24w7qwoam47f?svg=true
155
155
[ ci-win-url ] : https://ci.appveyor.com/project/msimerson/haraka-pa8a5
Original file line number Diff line number Diff line change 39
39
},
40
40
"devDependencies" : {
41
41
"nodeunit" : " https://github.com/godsflaw/nodeunit/archive/master.tar.gz" ,
42
- "jscoverage" : " *" ,
43
- "coveralls" : " *" ,
44
- "eslint" : " ^1.6.0" ,
42
+ "eslint" : " *" ,
45
43
"grunt" : " *" ,
46
44
"grunt-contrib-clean" : " *" ,
47
45
"grunt-contrib-jshint" : " *" ,
59
57
"haraka_grep" : " ./bin/haraka_grep"
60
58
},
61
59
"scripts" : {
62
- "test" : " node run_tests" ,
63
- "coveralls" : " jscoverage plugins && QUICKSORT_COV=1 ./node_modules/nodeunit/bin/nodeunit --reporter=lcov tests | coveralls"
60
+ "test" : " node run_tests"
64
61
}
65
62
}
You can’t perform that action at this time.
0 commit comments