Skip to content

Commit

Permalink
update ci to consider coveragerc file
Browse files Browse the repository at this point in the history
  • Loading branch information
suryabulusu authored Jul 13, 2023
1 parent d2767bc commit a269b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r app/requirements.txt
pip install pytest pytest-cov
pip install pytest pytest-cov --rcfile=.coveragerc
- name: Run Test Cases
# command to run tests and generate coverage metrics
Expand Down

0 comments on commit a269b82

Please sign in to comment.