https://github.com/GPflow/GPflow
Revision 3a21b65134d67169248733bad49775664f5a5e66 authored by ST John on 09 October 2019, 13:42:44 UTC, committed by ST John on 09 October 2019, 13:42:44 UTC
1 parent d8bbeb7
Raw File
Tip revision: 3a21b65134d67169248733bad49775664f5a5e66 authored by ST John on 09 October 2019, 13:42:44 UTC
adjust import for py3.8
Tip revision: 3a21b65
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