https://github.com/GPflow/GPflow
Revision ef29b2eb4fcb825cae0630d8a233469ae74ad6e2 authored by Artem Artemev on 20 February 2019, 18:32:20 UTC, committed by Artem Artemev on 20 February 2019, 18:32:20 UTC
1 parent 74434d5
Raw File
Tip revision: ef29b2eb4fcb825cae0630d8a233469ae74ad6e2 authored by Artem Artemev on 20 February 2019, 18:32:20 UTC
Move to TF2.0 preview version.
Tip revision: ef29b2e
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