Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae144ab commit 7879454Copy full SHA for 7879454
1 file changed
sonar-project.properties
@@ -10,6 +10,10 @@ sonar.projectVersion=3.0.0.Alpha
10
# the sonar-project.properties file.
11
sonar.sources=./source
12
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
17
18
# Encoding of the source code. Default is default system encoding
19
#sonar.sourceEncoding=UTF-8
0 commit comments