https://github.com/GPflow/GPflow
Revision a5b06efec18d996ba1135063fc1d5700a6d42658 authored by Hugh Salimbeni on 08 March 2018, 14:08:21 UTC, committed by Hugh Salimbeni on 08 March 2018, 14:08:21 UTC
1 parent 2e42560
Raw File
Tip revision: a5b06efec18d996ba1135063fc1d5700a6d42658 authored by Hugh Salimbeni on 08 March 2018, 14:08:21 UTC
formatting
Tip revision: a5b06ef
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