https://github.com/GPflow/GPflow
Revision a6cdb513ed0dc3c6fa9d68a9995bf63003dbd417 authored by Artem Artemev on 29 May 2019, 11:02:39 UTC, committed by Artem Artemev on 29 May 2019, 11:02:39 UTC
1 parent a825310
Raw File
Tip revision: a6cdb513ed0dc3c6fa9d68a9995bf63003dbd417 authored by Artem Artemev on 29 May 2019, 11:02:39 UTC
Formatting
Tip revision: a6cdb51
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