https://github.com/GPflow/GPflow
Raw File
Tip revision: 0ab60c34477a5643bbcaee5b0a4850c77cc91256 authored by Artem Artemev on 24 November 2018, 22:42:05 UTC
Debug Travis
Tip revision: 0ab60c3
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