https://github.com/GPflow/GPflow
Revision 4db4cea77337b72c46788d253dd4029fe57d45b2 authored by Alessandro Vullo on 14 September 2021, 12:50:16 UTC, committed by GitHub on 14 September 2021, 12:50:16 UTC
2 parent s 5c6db88 + 49a8cd8
Raw File
Tip revision: 4db4cea77337b72c46788d253dd4029fe57d45b2 authored by Alessandro Vullo on 14 September 2021, 12:50:16 UTC
Merge branch 'develop' into avullo-willcowley/working-bee-ef1
Tip revision: 4db4cea
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