https://github.com/GPflow/GPflow
Revision 234a734433995976e45725b4e0e0d6eb05e1035a authored by ST John on 14 September 2020, 16:38:41 UTC, committed by ST John on 14 September 2020, 16:38:41 UTC
2 parent s 67e583c + f3c5110
Raw File
Tip revision: 234a734433995976e45725b4e0e0d6eb05e1035a authored by ST John on 14 September 2020, 16:38:41 UTC
Merge remote-tracking branch 'origin/master' into st/remerge_master_210
Tip revision: 234a734
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