diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ebea11e..c469284 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -30,7 +30,7 @@ jobs: mvn --batch-mode -DskipTests sonar:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=gridsuite - -Dsonar.projectKey=org.gridsuite:geo-data + -Dsonar.projectKey=org.gridsuite:geo-data-server env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} diff --git a/README.md b/README.md index a8422d1..6734956 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Geographical data -[![Actions Status](https://github.com/gridsuite/geo-data/workflows/CI/badge.svg)](https://github.com/gridsuite/geo-data/actions) -[![Coverage Status](https://sonarcloud.io/api/project_badges/measure?project=org.gridsuite%3Ageo-data&metric=coverage)](https://sonarcloud.io/component_measures?id=org.gridsuite%3Ageo-data&metric=coverage) +[![Actions Status](https://github.com/gridsuite/geo-data-server/workflows/CI/badge.svg)](https://github.com/gridsuite/geo-data-server/actions) +[![Coverage Status](https://sonarcloud.io/api/project_badges/measure?project=org.gridsuite%3Ageo-data-server&metric=coverage)](https://sonarcloud.io/component_measures?id=org.gridsuite%3Ageo-data-server&metric=coverage) [![MPL-2.0 License](https://img.shields.io/badge/license-MPL_2.0-blue.svg)](https://www.mozilla.org/en-US/MPL/2.0/) ### Run integration tests