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 pip install build
- name: Run Pytest tests - name: Run Pytest tests
run: | run: |
pip install .
pip install pytest pytest-cov pip install pytest pytest-cov
pytest --cov --cov-report=xml pytest --cov --cov-report=xml
- name: Upload coverage reports to Codecov - name: Upload coverage reports to Codecov

5
.gitignore vendored
View File

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