https://github.com/GPflow/GPflow
Raw File
Tip revision: e9b5da11cbad163a1123eaa7469a07a47e4b4dc7 authored by Sergio Diaz on 24 June 2019, 18:29:51 UTC
Test for multiple assign
Tip revision: e9b5da1
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