https://github.com/GPflow/GPflow
Revision f85d79bea7b7ecffcbca96aa3e42f7fb9438da52 authored by James Hensman on 15 October 2019, 08:59:31 UTC, committed by James Hensman on 15 October 2019, 08:59:31 UTC
2 parent s 935e86c + 4aef40d
Raw File
Tip revision: f85d79bea7b7ecffcbca96aa3e42f7fb9438da52 authored by James Hensman on 15 October 2019, 08:59:31 UTC
merging manually
Tip revision: f85d79b
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