File tree Expand file tree Collapse file tree 5 files changed +54
-8
lines changed
Expand file tree Collapse file tree 5 files changed +54
-8
lines changed Original file line number Diff line number Diff line change 11node_modules
22npm-debug.log
33.DS_Store
4+ .nyc_output /
5+ coverage /
Original file line number Diff line number Diff line change 1+ * .log
2+ * .pid
3+ * .seed
4+ .editorconfig
5+ .eslintrc *
6+ .eslintignore
7+ .gitignore
8+ .grunt
9+ .lock-wscript
10+ .node_repl_history
11+ .stylelintrc *
12+ .travis.yml
13+ .vscode
14+ .nyc_output
15+ appveyor.yml
16+ coverage
17+ gulpfile.js
18+ lib-cov
19+ logs
20+ node_modules
21+ npm-debug.log *
22+ pids
23+ test
24+ test.js
Original file line number Diff line number Diff line change 44 - stable
55 - 6
66 - 4
7+ after_success :
8+ - " npm run coveralls"
Original file line number Diff line number Diff line change 1- # gulp-postcss [ ![ Build Status] ( https://api.travis-ci.org/postcss/gulp-postcss.png )] ( https://travis-ci.org/postcss/gulp-postcss )
1+ # gulp-postcss
2+
3+ [ ![ Build Status] ( https://img.shields.io/travis/postcss/gulp-postcss.png )] ( https://travis-ci.org/postcss/gulp-postcss )
4+ [ ![ Coverage Status] ( https://img.shields.io/coveralls/postcss/gulp-postcss.png )] ( https://coveralls.io/r/postcss/gulp-postcss )
25
36[ PostCSS] ( https://github.com/postcss/postcss ) gulp plugin to pipe CSS through
47several plugins, but parse CSS only once.
Original file line number Diff line number Diff line change 11{
22 "name" : " gulp-postcss" ,
3+ "nyc" : {
4+ "lines" : 100 ,
5+ "statements" : 100 ,
6+ "functions" : 100 ,
7+ "branches" : 97 ,
8+ "reporter" : [
9+ " lcov" ,
10+ " text"
11+ ],
12+ "cache" : true ,
13+ "all" : true ,
14+ "check-coverage" : true
15+ },
316 "version" : " 7.0.0" ,
417 "description" : " PostCSS gulp plugin" ,
518 "main" : " index.js" ,
619 "scripts" : {
20+ "coveralls" : " coveralls < coverage/lcov.info" ,
721 "pretest" : " eslint index.js" ,
8- "test" : " mocha test.js"
22+ "test" : " nyc mocha test.js"
923 },
1024 "repository" : {
1125 "type" : " git" ,
3044 "vinyl-sourcemaps-apply" : " ^0.2.1"
3145 },
3246 "devDependencies" : {
33- "eslint" : " ^3.19.0" ,
47+ "coveralls" : " ^2.13.1" ,
48+ "eslint" : " ^4.1.1" ,
3449 "gulp-sourcemaps" : " ^2.6.0" ,
35- "mocha" : " ^3.3.0 " ,
36- "proxyquire " : " ^1.7.11 " ,
37- "sinon " : " ^2.2 .0"
38- },
39- "files" : []
50+ "mocha" : " ^3.4.2 " ,
51+ "nyc " : " ^11.0.3 " ,
52+ "proxyquire " : " ^1.8 .0" ,
53+ "sinon" : " ^2.3.5 "
54+ }
4055}
You can’t perform that action at this time.
0 commit comments