Skip to content

Commit 7879454

Browse files
committed
Updated project properties for Sonar
1 parent ae144ab commit 7879454

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

sonar-project.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ sonar.projectVersion=3.0.0.Alpha
1010
# the sonar-project.properties file.
1111
sonar.sources=./source
1212
sonar.coverageReportPaths=./tests/coverage.xml
13+
sonar.links.issue=https://github.com/utPLSQL/utPLSQL/issues
14+
sonar.links.ci=https://travis-ci.org/utPLSQL/utPLSQL
15+
sonar.links.homepage=https://github.com/utPLSQL/utPLSQL
16+
sonar.projectDescription=PL/SQL Unit Testing Framework
1317

1418
# Encoding of the source code. Default is default system encoding
1519
#sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)