Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed Dec 23, 2024
1 parent 3a83e52 commit 98660c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98660c7

Please sign in to comment.