swh:1:snp:d2bcff616bbf538fe8ce2a9c384200307730292a
Raw File
Tip revision: 79b99e7311e3e44c05a89d6ea371795762fea832 authored by vdutor on 04 February 2019, 16:01:34 UTC
Update readme - added nbviewer
Tip revision: 79b99e7
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