https://github.com/GPflow/GPflow
Raw File
Tip revision: a70437b215a671a63c4521a7c667f31677de2322 authored by Sergio Pascual on 21 September 2020, 18:06:01 UTC
Adding .mailmap file
Tip revision: a70437b
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top