https://github.com/GPflow/GPflow
Revision 16b0af6d24d262b6467005d4bf593d99ac056e13 authored by ST John on 19 February 2020, 12:12:14 UTC, committed by ST John on 19 February 2020, 12:12:14 UTC
1 parent 4b80d4b
Raw File
Tip revision: 16b0af6d24d262b6467005d4bf593d99ac056e13 authored by ST John on 19 February 2020, 12:12:14 UTC
update understanding/ notebooks
Tip revision: 16b0af6
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