https://github.com/GPflow/GPflow
Revision 3dad74625d630c8f44a9f5f5a6c2b3c86d361644 authored by Artem Artemev on 30 October 2019, 16:55:12 UTC, committed by GitHub on 30 October 2019, 16:55:12 UTC
1 parent 7b59483
Raw File
Tip revision: 3dad74625d630c8f44a9f5f5a6c2b3c86d361644 authored by Artem Artemev on 30 October 2019, 16:55:12 UTC
Multiple assign (#1125)
Tip revision: 3dad746
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