ci: Exclude coverage.py and build.py from the report
This commit is contained in:
parent
20056a447f
commit
4e24efda8f
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ui-tests.yml
vendored
4
.github/workflows/ui-tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/*",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue