Skip to content

Commit

Permalink
Add test coverage to GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Ru Chern Chong committed May 7, 2024
1 parent 5d211b4 commit c17f43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
pip install -r requirements.txt
- name: Run tests
run: pytest
run: pytest --cov

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit c17f43e

Please sign in to comment.