From d88d1d28040cb2e8591dd6c799d715fbd51fa501 Mon Sep 17 00:00:00 2001 From: courbeb Date: Fri, 8 Dec 2023 15:54:15 +0000 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3ab970..e07eb69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: - name: Run Vulture run: vulture formation_indus_ds_avancee scripts --min-confidence 100 - name: Run tests - run: python -m pytest tests/test_unit - # Add behave command - + run: | + python -m pytest --cov=formation_indus_ds_avancee/ tests/test_unit/ -vv -p no:warnings + behave tests/test_functional/features + ./tests/tests_pyramid.sh