https://github.com/GPflow/GPflow
Revision 8afd2f91f74d1b18c0bc24a4ebe2bc55ee022983 authored by ST John on 15 April 2020, 10:37:40 UTC, committed by ST John on 15 April 2020, 10:37:40 UTC
2 parent s 4821d03 + 47e788a
Raw File
Tip revision: 8afd2f91f74d1b18c0bc24a4ebe2bc55ee022983 authored by ST John on 15 April 2020, 10:37:40 UTC
Merge remote-tracking branch 'origin/master' into develop-master-merge
Tip revision: 8afd2f9
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