https://github.com/GPflow/GPflow
Revision a6f48faf4ff17f92dea6d946d2c8975533af5f94 authored by Artem Artemev on 11 April 2018, 15:31:36 UTC, committed by Artem Artemev on 11 April 2018, 15:31:36 UTC
1 parent 28e043c
Raw File
Tip revision: a6f48faf4ff17f92dea6d946d2c8975533af5f94 authored by Artem Artemev on 11 April 2018, 15:31:36 UTC
Fix typo.
Tip revision: a6f48fa
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