https://github.com/GPflow/GPflow
Revision d51c487af69a1ce3b32a18902fbea8db9b8ece1e authored by st-- on 14 September 2020, 16:39:27 UTC, committed by GitHub on 14 September 2020, 16:39:27 UTC
2 parent s 234a734 + 5c49580
Raw File
Tip revision: d51c487af69a1ce3b32a18902fbea8db9b8ece1e authored by st-- on 14 September 2020, 16:39:27 UTC
Merge branch 'develop' into st/remerge_master_210
Tip revision: d51c487
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