From 98660c7a78934fdedaf751096b722a837d5424cb Mon Sep 17 00:00:00 2001 From: VincentAURIAU Date: Mon, 23 Dec 2024 13:00:16 +0100 Subject: [PATCH] test --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7183198..377d62e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,6 +27,10 @@ jobs: - name: Build coverage file run: | + set -e + echo before: $? + python -m pytest tests/ + echo exit_code btw: $? pytest -n auto --junitxml=pytest.xml --cov-report=term-missing --cov=choice_learn tests/ | tee pytest-coverage.txt echo exit_code: $? cat pytest-coverage.txt