diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0926509..04cb55e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,5 +24,9 @@ jobs: - name: Run Vulture run: vulture formation_indus_ds_avancee scripts dags --min-confidence 100 - name: Run tests - run: python -m pytest tests/test_unit + run: python -m pytest --cov=formation_indus_ds_avancee/ tests/test_unit/ -vv -p no:warnings + - name: Run behave + run: behave tests/test_functional/features + - name: Qualite + run: ./tests/tests_pyramid.sh