mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-06 05:19:24 +00:00
SONAR-14822 Write an IT
This commit is contained in:
parent
71de302835
commit
8ba0f61ef0
4 changed files with 93 additions and 0 deletions
2
test/example-project/sonar-project.properties
Normal file
2
test/example-project/sonar-project.properties
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
sonar.projectKey=foo
|
||||
sonar.sources=src/
|
||||
5
test/example-project/src/main.js
Normal file
5
test/example-project/src/main.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
function main() {
|
||||
console.log("Hello World");
|
||||
}
|
||||
|
||||
main();
|
||||
Loading…
Add table
Add a link
Reference in a new issue