mirror of
https://github.com/pacnpal/pip-add.git
synced 2026-02-04 19:45:19 -05:00
Merge pull request #4 from pacnpal/copilot/fix-ci-failure-issues
This commit is contained in:
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@@ -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
5
.gitignore
vendored
@@ -34,3 +34,8 @@ env/
|
|||||||
# OS
|
# OS
|
||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
|
# Coverage
|
||||||
|
.coverage
|
||||||
|
coverage.xml
|
||||||
|
htmlcov/
|
||||||
|
|||||||
Reference in New Issue
Block a user