Skip to content

Commit

Permalink
Update converage.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hanruihua committed Dec 4, 2024
1 parent c5785d7 commit 8b9a646
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/converage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install requirements
run: pip install .
- name: Install requirements
run: pip install pytest pytest-cov
- name: Run tests and collect coverage
run: pytest --cov .
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 8b9a646

Please sign in to comment.