Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/Arquisoft/wiq_es1d into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
AlvaroGlezC committed May 2, 2024
2 parents b82cc35 + 7e7b00d commit 69c3169
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
25 changes: 15 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,24 @@ jobs:
run:
working-directory: syg-backend
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
fetch-depth: 0

# Build and test the project
- name: Build and Test
run: mvn clean install
- name: Build and Test
run: mvn clean install

# SonarCloud analysis
- name: SonarCloud Analysis
run: mvn org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# SonarCloud analysis
- name: SonarCloud Analysis
run: mvn org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

sonarcloudFrontend:
name: sonarcloudFrontend
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

[![Deploy on release](https://github.com/Arquisoft/wiq_es1d/actions/workflows/release.yml/badge.svg)](https://github.com/Arquisoft/wiq_es1d/actions/workflows/release.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Arquisoft_wiq_es1d&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=Arquisoft_wiq_es1d)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Arquisoft_wiq_es1d&metric=coverage)](https://sonarcloud.io/summary/new_code?id=Arquisoft_wiq_es1d)
![Coverage Badge](https://codecov.io/gh/tu-usuario/tu-repositorio/branch/main/graph/badge.svg)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Arquisoft_wiq_es1d/syg-backend&metric=coverage)](https://sonarcloud.io/summary/new_code?id=Arquisoft_wiq_es1d)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=syg-frontend&metric=coverage)](https://sonarcloud.io/summary/new_code?id=Arquisoft_wiq_es1d)

This is a base repo for the [Software Architecture course](http://arquisoft.github.io/) in [2023/2024 edition](https://arquisoft.github.io/course2324.html).

Expand Down
4 changes: 2 additions & 2 deletions syg-frontend/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
sonar.projectKey=Arquisoft_wiq_es6b
sonar.projectKey=Arquisoft_wiq_es1d
sonar.organization=arquisoft

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=wiq_es6b
sonar.projectName=wiq_es1d
sonar.projectVersion=1.0

sonar.sources=src
Expand Down

0 comments on commit 69c3169

Please sign in to comment.