https://github.com/GPflow/GPflow
Revision 627c39bfa1a79fd1285b751cbad2b35cdc807dd4 authored by ST John on 03 February 2021, 10:03:56 UTC, committed by ST John on 03 February 2021, 10:03:56 UTC
1 parent 7fadfd7
Raw File
Tip revision: 627c39bfa1a79fd1285b751cbad2b35cdc807dd4 authored by ST John on 03 February 2021, 10:03:56 UTC
commit missing types module
Tip revision: 627c39b
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