https://github.com/GPflow/GPflow
Revision ebd9fd0ac87e7809cec5237d86bea9422580e3ef authored by Artem Artemev on 18 October 2018, 12:46:21 UTC, committed by Artem Artemev on 18 October 2018, 12:46:21 UTC
1 parent ac35aad
Raw File
Tip revision: ebd9fd0ac87e7809cec5237d86bea9422580e3ef authored by Artem Artemev on 18 October 2018, 12:46:21 UTC
Add rest of the project
Tip revision: ebd9fd0
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