https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 4fa296aa438496e7cb6d188597d0bce71f773504 authored by Evgenia Galytska on 18 January 2024, 14:41:24 UTC
tests
Tip revision: 4fa296a
.codacy.yml
# codacy configuration file

---

engines:
    coverage:
        enabled: true
        exclude_paths: [
            'tests',
        ]
    metrics:
        enabled: true
    duplication:
        enabled: true
    prospector:
        enabled: true
    pylint:
        enabled: true
        python_version: 3

exclude_paths: [
    'doc/sphinx/**',
    'esmvaltool/cmor/tables/**',
    'tests/**'
]
back to top