Skip to content

Commit

Permalink
ci(travis): 解决无法生成覆盖率数据的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
linwens_xdf committed Aug 23, 2019
1 parent bab5d6f commit f979e4d
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 456 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "vue-cli-service lint",
"build": "vue-cli-service build",
"build:entry": "node build/build-entry.js ",
"test": "karma start tests/unit/karma.conf.js --single-run && istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec",
"test": "karma start tests/unit/karma.conf.js --single-run",
"clean": "rimraf lib && rimraf packages/*/lib",
"lib": "vue-cli-service build --target lib --name xue-ui --dest lib packages/index.js && npm run build:style",
"build:style": "gulp build --gulpfile packages/theme-default/gulpfile.js && cp-cli packages/theme-default/lib lib/theme-default",
Expand Down Expand Up @@ -44,7 +44,6 @@
"eslint-plugin-vue": "^5.0.0",
"gulp": "^4.0.2",
"highlight.js": "^9.15.8",
"istanbul": "^0.4.5",
"karma": "^4.2.0",
"karma-chrome-launcher": "^3.0.0",
"karma-coverage": "^1.1.2",
Expand Down
213 changes: 0 additions & 213 deletions tests/unit/coverage/lcov-report/base.css

This file was deleted.

80 changes: 0 additions & 80 deletions tests/unit/coverage/lcov-report/index.html

This file was deleted.

1 change: 0 additions & 1 deletion tests/unit/coverage/lcov-report/prettify.css

This file was deleted.

1 change: 0 additions & 1 deletion tests/unit/coverage/lcov-report/prettify.js

This file was deleted.

Binary file removed tests/unit/coverage/lcov-report/sort-arrow-sprite.png
Binary file not shown.
Loading

0 comments on commit f979e4d

Please sign in to comment.