https://github.com/GPflow/GPflow
Revision 6d87f586f992c67024aec0d84a4d1a5c782f9269 authored by ST John on 15 December 2020, 20:12:05 UTC, committed by ST John on 15 December 2020, 20:12:05 UTC
2 parent s 9542ba9 + 2ec0c25
Raw File
Tip revision: 6d87f586f992c67024aec0d84a4d1a5c782f9269 authored by ST John on 15 December 2020, 20:12:05 UTC
Merge branch 'st/clean_up_broadcasting_conditionals' into st/fxsm_closure
Tip revision: 6d87f58
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