https://github.com/GPflow/GPflow
Raw File
Tip revision: 2b0e60b4dec5ee701d4a6e5fc0053afbc007c969 authored by Artem Artemev on 17 June 2019, 08:11:06 UTC
Initial commit
Tip revision: 2b0e60b
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