https://github.com/GPflow/GPflow
Raw File
Tip revision: 0741f86561249b49db3f6cf6068d21d95c8d9330 authored by Artem Artemev on 20 November 2017, 14:48:53 UTC
Increase test coverage. (#565)
Tip revision: 0741f86
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"
back to top