Skip to content

Commit

Permalink
ci: update CI Configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyan Li 李则言 committed Mar 7, 2024
1 parent be6242b commit 889bfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
PYTHONPATH=$(realpath .) coverage run -m pytest tests
- name: Generate Coverage Report
run: |
PYTHONPATH=$(realpath .) coverage xml coverage.xml
PYTHONPATH=$(realpath .) coverage report
- name: Coverage comment
id: coverage_comment
uses: py-cov-action/python-coverage-comment-action@v3
Expand Down

0 comments on commit 889bfa0

Please sign in to comment.