Skip to content

Commit

Permalink
fixed #103. Fix coverage report for sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
zerasul committed Nov 20, 2019
1 parent f5521e5 commit 6d780fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,6 +9,6 @@ install:
- "pip install pylint"
script:
- export PYTHONPATH=$PYTHONPATH:$(pwd) && pytest --cov=Blask --cov-report= && pylint Blask --exit-zero
- sonar-scanner -Dsonar.login=${SONAR_TOKEN} -Dsonar.projectKey=blask-project-key -Dsonar.sources=Blask/ -Dsonar.organization=zerasul-github -Dsonar.python.coverage.reportPath=cov.xml -Dsonar.projectName=Blask
- sonar-scanner -Dsonar.login=${SONAR_TOKEN} -Dsonar.projectKey=blask-project-key -Dsonar.sources=Blask/ -Dsonar.organization=zerasul-github -Dsonar.python.coverage.reportPaths=.coverage -Dsonar.projectName=Blask
after_success:
coveralls

0 comments on commit 6d780fd

Please sign in to comment.