Skip to content

Commit

Permalink
debugging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianGroeger96 committed Feb 14, 2024
1 parent 23a8a50 commit 3e3d52c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pytest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install pytest pytest-cov
- name: Git submodule initialization
run: |
git submodule update --init --recursive
- name: Run pytest with coverage
run: |
python3 -m coverage run -m pytest tests --junitxml=report.xml; coverage report -i --include=src/*
Expand Down

0 comments on commit 3e3d52c

Please sign in to comment.