Skip to content

Commit

Permalink
Merge branch 'main' into update_gridsuite-dependencies_34
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebhs authored Sep 26, 2024
2 parents 06deb9b + 00f82da commit 3565800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3565800

Please sign in to comment.