https://github.com/GPflow/GPflow
Revision c4b902cacb17eaa776ff1ca1a330ad3e3d09b4ab authored by Artem Artemev on 02 October 2019, 12:05:35 UTC, committed by GitHub on 02 October 2019, 12:05:35 UTC
1 parent ff6b757
Raw File
Tip revision: c4b902cacb17eaa776ff1ca1a330ad3e3d09b4ab authored by Artem Artemev on 02 October 2019, 12:05:35 UTC
Update README.md (#1069)
Tip revision: c4b902c
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top