https://github.com/GPflow/GPflow
Revision df47d68a3fdf95e873ef52a88e8b8b7fad478ed8 authored by Artem Artemev on 17 June 2019, 15:51:14 UTC, committed by Artem Artemev on 17 June 2019, 15:51:14 UTC
1 parent 04f694b
Raw File
Tip revision: df47d68a3fdf95e873ef52a88e8b8b7fad478ed8 authored by Artem Artemev on 17 June 2019, 15:51:14 UTC
Testing
Tip revision: df47d68
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