feat(overviews): Add API overview endpoints for findings and severity (#5910)

This commit is contained in:
Víctor Fernández Poyatos
2024-11-27 15:51:05 +01:00
committed by GitHub
parent f576b24fc8
commit b69a0d5137
14 changed files with 1132 additions and 198 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
name: "API - Pull Request"
name: "API - Pull Request"
on:
push:
@@ -148,7 +148,7 @@ jobs:
working-directory: ./api
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
run: |
poetry run pytest -n auto --cov=./src/backend --cov-report=xml src/backend
poetry run pytest --cov=./src/backend --cov-report=xml src/backend
- name: Upload coverage reports to Codecov
if: steps.are-non-ignored-files-changed.outputs.any_changed == 'true'
uses: codecov/codecov-action@v5