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 a682853 commit c49d2f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
- name: Run tests with coverage
run: |
pytest --cov=src tests/
Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ pandas
matplotlib
jinja2
pytest
pylint
black
isort
pytest
pytest-cov

0 comments on commit c49d2f8

Please sign in to comment.