Skip to content

Commit

Permalink
Issue #SB-16429 merge: Merge pull request #138 from pallakartheekredd…
Browse files Browse the repository at this point in the history
…y/release-2.7.0

Sonarqube changes updated test coverage
  • Loading branch information
Kartheek Palla authored Dec 18, 2019
2 parents 0ebc633 + c5e8877 commit c31c215
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:

- run:
name: test-with-coverage
command: 'npm run test-with-coverage'
command: 'npm run test'

- run: mkdir -p /tmp/coverage && cp ./coverage/lcov.info /tmp/coverage
- run: mkdir -p /tmp/coverage && cp /home/circleci/content-editor/coverage_framework/lcov/HeadlessChrome\ 59.0.3071\ \(Linux\ 0.0.0\)/lcov.info /tmp/coverage

- run:
name: Install sonar scanner
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
"testpluginframework": "karma start karmaconf.pluginframework.js",
"build-npm-pkg": "gulp packageCorePlugins && npm run build-plugins && npm run build-editor && cd content-editor && gulp minifyJs && gulp copystyleImages && gulp clean && gulp injectrenamedfiles",
"test": "karma start karmaconf.js && karma start karmaconf.pluginframework.js",
"test-with-coverage": "istanbul cover karma start karmaconf.pluginframework.js && cat ./coverage/lcov.info"
"test-with-coverage": "istanbul cover karma start karmaconf.pluginframework.js && istanbul cover karma start karmaconf.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit c31c215

Please sign in to comment.