ci: Exclude coverage.py and build.py from the report

This commit is contained in:
Suraj Shetty 2022-02-16 17:44:14 +05:30
parent 20056a447f
commit 4e24efda8f
2 changed files with 3 additions and 3 deletions

View file

@ -118,9 +118,7 @@ jobs:
- name: Install
if: ${{ steps.check-build.outputs.build == 'strawberry' }}
run: |
bash ${GITHUB_WORKSPACE}/.github/helper/install.sh
cat ~/frappe-bench/Procfile
run: bash ${GITHUB_WORKSPACE}/.github/helper/install.sh
env:
DB: mariadb
TYPE: ui

View file

@ -29,6 +29,8 @@ FRAPPE_EXCLUSIONS = [
"*/commands/*",
"*/frappe/change_log/*",
"*/frappe/exceptions*",
"*/frappe/coverage.py",
"*/frappe/build.py",
"*frappe/setup.py",
"*/doctype/*/*_dashboard.py",
"*/patches/*",