Skip to content

Commit

Permalink
maintenance of code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
root-11 committed Sep 25, 2023
1 parent 44eece3 commit 8971306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python -m pip install -r requirements.txt
- name: Generate Report
run: |
pytest --cov=tablite /tests
pytest --cov=tablite tests/ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 8971306

Please sign in to comment.