Skip to content

Commit

Permalink
finalize repo
Browse files Browse the repository at this point in the history
  • Loading branch information
astorfi committed Nov 23, 2024
1 parent c49d2f8 commit 8ef3092
Show file tree
Hide file tree
Showing 3 changed files with 464 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Set PYTHONPATH
run: |
export PYTHONPATH="${PYTHONPATH}:$(pwd)/src"
- name: Run tests with coverage
run: |
pytest --cov=src tests/
Expand Down
Loading

0 comments on commit 8ef3092

Please sign in to comment.