Skip to content
Snippets Groups Projects
Commit 41707db1 authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Extended list of ignored files for codecov

parent eec5a445
Branches
Tags
No related merge requests found
...@@ -2,11 +2,11 @@ fixes: ...@@ -2,11 +2,11 @@ fixes:
- "moodle/admin/tool/cleanupcourses/::" - "moodle/admin/tool/cleanupcourses/::"
ignore: ignore:
# artificial/Moodle API files # artificial/Moodle API files
- "classes/plugininfo/*"
- "tests/**/*" - "tests/**/*"
- "lang/**/*" - "lang/**/*"
- "db/**/*" - "db/**/*"
- "db/.*" - "db/.*"
- "settings.php"
- "version.php" - "version.php"
- "step/**/lang" - "step/**/lang"
- "step/**/db" - "step/**/db"
...@@ -16,4 +16,12 @@ ignore: ...@@ -16,4 +16,12 @@ ignore:
- "trigger/**/lang" - "trigger/**/lang"
- "trigger/**/settings.php" - "trigger/**/settings.php"
- "trigger/**/version.php" - "trigger/**/version.php"
# UI classes
- "classes/table/*"
- "activeprocesses.php"
- "coursebackups.php"
- "renderer.php"
- "restore.php"
- "settings.php"
- "subpluginssettings.php"
- "view.php"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment