https://github.com/GPflow/GPflow
Raw File
Tip revision: 08adeb5bef7e076e183ab2c81ab9cef19122d4b6 authored by Artem Artemev on 26 April 2019, 10:10:33 UTC
Fix default_float call.
Tip revision: 08adeb5
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