Skip to content
Snippets Groups Projects
codecov.yml 606 B
Newer Older
  • Learn to ignore specific revisions
  • Tobias Reischmann's avatar
    Tobias Reischmann committed
    fixes:
    
    	- "moodle/admin/tool/lifecycle/::"
    
    Tobias Reischmann's avatar
    Tobias Reischmann committed
    ignore:
        # artificial/Moodle API files
    
        - "classes/plugininfo/*"
    
    Tobias Reischmann's avatar
    Tobias Reischmann committed
        - "tests/**/*"
        - "lang/**/*"
        - "db/**/*"
        - "db/.*"
        - "version.php"
    
        - "step/**/lang"
        - "step/**/db"
        - "step/**/settings.php"
        - "step/**/version.php"
        - "trigger/**/db"
        - "trigger/**/lang"
        - "trigger/**/settings.php"
        - "trigger/**/version.php"
    
        # UI classes
        - "classes/table/*"
        - "activeprocesses.php"
        - "coursebackups.php"
        - "renderer.php"
        - "restore.php"
        - "settings.php"
    
        - "adminsettings.php"