https://github.com/GPflow/GPflow
Revision 52e3f611d70a798d44e0e15b761742fbdc5d3b7d authored by Joe Hall on 16 November 2019, 11:28:41 UTC, committed by Artem Artemev on 16 November 2019, 11:28:41 UTC
1 parent 78238bd
Raw File
Tip revision: 52e3f611d70a798d44e0e15b761742fbdc5d3b7d authored by Joe Hall on 16 November 2019, 11:28:41 UTC
ARD and Stationaries Refactor (#1088)
Tip revision: 52e3f61
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