mirror of
https://github.com/projectdiscovery/httpx.git
synced 2024-12-01 12:13:00 +03:00
16 lines
521 B
Properties
16 lines
521 B
Properties
sonar.projectKey=projectdiscovery_httpx
|
|
sonar.organization=projectdiscovery
|
|
|
|
# This is the name and version displayed in the SonarCloud UI.
|
|
#sonar.projectName=httpx
|
|
#sonar.projectVersion=1.0
|
|
|
|
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
|
sonar.sources=.
|
|
sonar.tests=.
|
|
sonar.test.inclusions=**/*_test.go
|
|
sonar.go.coverage.reportPaths=cov.out
|
|
sonar.externalIssuesReportPaths=report.json
|
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
#sonar.sourceEncoding=UTF-8 |