Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6815fea

Browse files
committed
Updating coverage on karma.conf and circleci
1 parent7c09750 commit6815fea

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

‎.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
# run tests!
3838
-run:npm run lint
3939
-run:npm run test -- --codeCoverage=true --progress=true --watch=false
40-
-run:cat coverage/plotly/lcov.info | ./node_modules/coveralls/bin/coveralls.js
40+
-run:catprojects/plotly/coverage/plotly/report-lcov/lcov.info | ./node_modules/coveralls/bin/coveralls.js
4141
-run:npm run build -- plotly --prod

‎projects/plotly/karma.conf.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ module.exports = function (config) {
1515
client:{
1616
clearContext:false// leave Jasmine Spec Runner output visible in browser
1717
},
18-
coverageIstanbulReporter:{
18+
coverageReporter:{
1919
dir:require('path').join(__dirname,'../../coverage/plotly'),
20-
reports:['html','lcovonly','text-summary'],
21-
fixWebpackSourcePaths:true
20+
reporters:[
21+
{type:'html',subdir:'report-html'},
22+
{type:'lcov',subdir:'report-lcov'},
23+
{type:'text-summary',subdir:'.',file:'text-summary.txt'},
24+
]
2225
},
2326
reporters:['progress','kjhtml'],
2427
port:9876,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp