https://github.com/GPflow/GPflow
Revision 378d9e8a8ab4bd7e131cdf14b1df07504dcfa2b0 authored by Artem Artemev on 10 July 2019, 10:10:40 UTC, committed by Vincent Dutordoir on 10 July 2019, 10:10:40 UTC
Update docker-image to TF 1.14
1 parent 2970c07
Raw File
Tip revision: 378d9e8a8ab4bd7e131cdf14b1df07504dcfa2b0 authored by Artem Artemev on 10 July 2019, 10:10:40 UTC
Upate Dockerfile version in CircleCI (#999)
Tip revision: 378d9e8
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