ci: Ignore demo folder

Coverage for the demo folder is not relevant... can be ignored
This commit is contained in:
Suraj Shetty 2021-09-10 09:58:48 +05:30 committed by GitHub
parent df913ac036
commit 333b83b583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,3 +11,6 @@ coverage:
comment:
layout: "diff, files"
require_changes: true
ignore:
- "erpnext/demo"