Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 authored Oct 1, 2021
1 parent 2b46189 commit 06b5497
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ jobs:
pip install pytest-cov
- name: Test with pytest
run: |
pytest
- name: Generate coverage report
if: success()
run: |
pytest --cov=./
Expand Down

0 comments on commit 06b5497

Please sign in to comment.