Skip to content

Commit

Permalink
Added excluded directories for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerkunt committed Sep 9, 2018
1 parent 7b040a7 commit d06febe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- coverage erase
- coverage run --branch --source=terraform_compliance setup.py test
- coverage xml -i
- sonar-scanner -Dsonar.projectKey=terraform-compliance -Dsonar.organization=eerkunt-github -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_LOGIN -Dsonar.python.coverage.reportPath=coverage.xml
- sonar-scanner -Dsonar.projectKey=terraform-compliance -Dsonar.organization=eerkunt-github -Dsonar.sources=. -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_LOGIN -Dsonar.exclusions=tests/terraform_compliance/** -Dsonar.python.coverage.reportPath=coverage.xml

- stage: Build & Deploy (PYPI)
script: "echo 'PYPI Build & Deploy'"
Expand Down

0 comments on commit d06febe

Please sign in to comment.