Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
chamilo-lms/codecov.yml

15 lines
516 B

3 years ago
ignore:
- "src/Kernel.php"
- "src/CoreBundle/DependencyInjection"
- "src/CoreBundle/Component/Editor"
- "src/CoreBundle/Component/HTMLPurifier"
- "src/CoreBundle/Component/Utils/ChamiloApi.php"
- "src/CoreBundle/Component/Utils/ScriptHandler.php"
- "src/CoreBundle/Framework/Container.php"
- "src/CoreBundle/Hook"
3 years ago
- "src/CoreBundle/ChamiloCoreBundle.php"
3 years ago
- "src/CourseBundle/ChamiloCourseBundle.php"
- "src/CourseBundle/DependencyInjection"
3 years ago
- "src/CourseBundle/Component"
3 years ago
- "src/LtiBundle"