Merge pull request #4 from pacnpal/copilot/fix-ci-failure-issues

This commit is contained in:
pacnpal
2026-01-23 07:02:19 -05:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ jobs:
pip install build
- name: Run Pytest tests
run: |
pip install .
pip install pytest pytest-cov
pytest --cov --cov-report=xml
- name: Upload coverage reports to Codecov

5
.gitignore vendored
View File

@@ -34,3 +34,8 @@ env/
# OS
.DS_Store
Thumbs.db
# Coverage
.coverage
coverage.xml
htmlcov/