Skip to content

Commit

Permalink
Update readme to include single quotes around paths
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaduffy committed Mar 2, 2020
1 parent 0344729 commit 28917c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ _Currently does not support username/password authentication and presumes you ar
projectKey: a-project-key
projectName: a-project-name
sonarOrganisation: an-org
beginArguments: |
beginArguments: >
/d:sonar.verbose="true"
/d:sonar.cs.opencover.reportsPaths="/path/to/coverage.xml"
/d:sonar.coverage.exclusions="**/*.cs"
/d:sonar.cs.opencover.reportsPaths='"/path/to/coverage.xml","/path/to/coverage.2.xml"'
/d:sonar.coverage.exclusions='"**/*.cs","**/*.md"'
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 28917c6

Please sign in to comment.