This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
yaps
mirror of
https://github.com/brettlangdon/yaps.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
setup coveralls
master
Brett Langdon
12 years ago
parent
f9f2058642
commit
7c5e7c4e6a
2 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
Makefile
+2
-0
package.json
+ 5
- 0
Makefile
View File
@ -11,6 +11,11 @@ test:
test-cov
:
lib
-
cov
@YAPS_COV
=
1
$(
MAKE
)
test
REPORTER
=
html-cov > coverage.html
test-coveralls
:
lib
-
cov
echo
TRAVIS_JOB_ID
$(
TRAVIS_JOB_ID
)
@YAPS_COV
=
1
$(
MAKE
)
test
REPORTER
=
mocha-lcov-reporter
|
./node_modules/coveralls/bin/coveralls.js
$(
MAKE
)
clean
lib-cov
:
@./node_modules/.bin/jscoverage lib lib-cov
+ 2
- 0
package.json
View File
@ -5,8 +5,10 @@
}
,
"description"
:
"Yet Another Plugin Server"
,
"devDependencies"
:
{
"coveralls"
:
"~2.2.0"
,
"jscoverage"
:
"~0.3.8"
,
"mocha"
:
"~1.12.1"
,
"mocha-lcov-reporter"
:
"0.0.1"
,
"sinon"
:
"~1.7.3"
}
,
"keywords"
:
[
Write
Preview
Loading…
Cancel
Save