https://github.com/GPflow/GPflow
Revision ad3abd6746ab5b926a4c2f5bbf1930d986ea64c0 authored by Artem Artemev on 31 May 2019, 20:17:23 UTC, committed by Artem Artemev on 31 May 2019, 20:17:23 UTC
1 parent ae19ac8
Raw File
Tip revision: ad3abd6746ab5b926a4c2f5bbf1930d986ea64c0 authored by Artem Artemev on 31 May 2019, 20:17:23 UTC
Stationary Kernels
Tip revision: ad3abd6
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

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