Skip to content

Commit

Permalink
limit coverage reporting only to py files related to the app
Browse files Browse the repository at this point in the history
  • Loading branch information
abhahn committed Jun 28, 2024
1 parent 348994c commit cc76ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
export PYTHONPATH=$(pwd)
coverage run -m pytest -v --show-capture=stdout
coverage report -m
coverage report -m --include=app.py,backend/*,tests/*
coverage xml
- name: Code Coverage Report
Expand Down

0 comments on commit cc76ebd

Please sign in to comment.