Spaces:
Sleeping
Sleeping
Aurélie GABU
commited on
Commit
·
a8d7ec9
1
Parent(s):
ab71482
YAML updated
Browse files- .github/workflows/ci.yml +1 -1
.github/workflows/ci.yml
CHANGED
|
@@ -56,4 +56,4 @@ jobs:
|
|
| 56 |
- name: Run functional tests (DB disabled)
|
| 57 |
env:
|
| 58 |
SPACE_ID: "ci" # désactive la DB dans ton code
|
| 59 |
-
run: poetry run pytest tests/
|
|
|
|
| 56 |
- name: Run functional tests (DB disabled)
|
| 57 |
env:
|
| 58 |
SPACE_ID: "ci" # désactive la DB dans ton code
|
| 59 |
+
run: poetry run pytest tests/fonctionnel --cov=App --cov-append --cov-report=xml --cov-report=term-missing
|