https://github.com/GPflow/GPflow
Revision fdb8efbd1355280fa088643fad85692431b68adb authored by Vincent Dutordoir on 28 November 2018, 19:37:13 UTC, committed by Artem Artemev on 28 November 2018, 19:37:13 UTC
1 parent 18fa159
Raw File
Tip revision: fdb8efbd1355280fa088643fad85692431b68adb authored by Vincent Dutordoir on 28 November 2018, 19:37:13 UTC
Support TensorFlow 1.12 (#877)
Tip revision: fdb8efb
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