Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Arquisoft/wiq_es1d
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroGlezC committed Apr 29, 2024
2 parents b53fde2 + 236e276 commit 624e191
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,12 @@ jobs:
node-version: '21' # Cambia según tu versión de Node.js
- run: npm ci
- run: npm test
# - name: Install dependencies
# run: npm install

# - name: Run tests
# run: npm test

# - name: Run coverage
# run: npm run coverage
- run: npm run test:coverage

# # Si quieres guardar el reporte de cobertura, puedes usar esta sección:
# - name: Save coverage report
# uses: actions/upload-artifact@v4
# with:
# name: coverage-report
# path: coverage/
# Si quieres guardar el reporte de cobertura, puedes usar esta sección:
- name: Save coverage report
uses: actions/upload-artifact@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/lcov.info # Ruta al archivo de cobertura
fail_ci_if_error: true
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
[![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)
[![Codecov](https://codecov.io/gh/tu-usuario/tu-repositorio/branch/main/graph/badge.svg)](https://codecov.io/gh/tu-usuario/tu-repositorio)
![Coverage](./coverage/badges.svg)
![Coverage Badge](https://codecov.io/gh/tu-usuario/tu-repositorio/branch/main/graph/badge.svg)

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

0 comments on commit 624e191

Please sign in to comment.