https://github.com/GPflow/GPflow
Revision f582f4c78d63369f74164af951c4a911dedd59a4 authored by James Hensman on 28 January 2019, 14:56:55 UTC, committed by GitHub on 28 January 2019, 14:56:55 UTC
2 parent s 5dc383e + ba8b7a5
Raw File
Tip revision: f582f4c78d63369f74164af951c4a911dedd59a4 authored by James Hensman on 28 January 2019, 14:56:55 UTC
Merge branch 'develop' into hackathon_doc_cleanup
Tip revision: f582f4c
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