https://github.com/GPflow/GPflow
Revision 59f3e2c476cefa0aa28949e241af813d85a12027 authored by Vincent Dutordoir on 31 March 2020, 15:15:00 UTC, committed by GitHub on 31 March 2020, 15:15:00 UTC
1 parent 4f9aff7
Raw File
Tip revision: 59f3e2c476cefa0aa28949e241af813d85a12027 authored by Vincent Dutordoir on 31 March 2020, 15:15:00 UTC
Update circleci to TF2.1 docker image (#1397)
Tip revision: 59f3e2c
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

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