8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ed131 commit 4f794ceCopy full SHA for 4f794ce
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
${{ runner.os }}-maven-
62
63
- name: Maven unit and integration tests
64
- run: mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=org.utplsql:utplsql-java-api
+ run: mvn clean verify sonar:sonar -Pcoverage -Dsonar.projectKey=utPLSQL_utPLSQL-java-api
65
env:
66
GITHUB_TOKEN: ${{ secrets.API_TOKEN_GITHUB }}
67
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments