https://github.com/GPflow/GPflow
Revision f870c66b4b2c7c06a5b375c5d45c3078c4d80455 authored by James Hensman on 15 October 2019, 13:48:53 UTC, committed by James Hensman on 15 October 2019, 13:48:53 UTC
1 parent f077034
Raw File
Tip revision: f870c66b4b2c7c06a5b375c5d45c3078c4d80455 authored by James Hensman on 15 October 2019, 13:48:53 UTC
some edits to method_equivalence tests
Tip revision: f870c66
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