https://github.com/GPflow/GPflow
Revision 157aa4fc993ab5589deffc2e785e4423556af1a1 authored by Vincent Dutordoir on 08 November 2019, 17:16:48 UTC, committed by Artem Artemev on 08 November 2019, 17:16:48 UTC
1 parent 637534a
Raw File
Tip revision: 157aa4fc993ab5589deffc2e785e4423556af1a1 authored by Vincent Dutordoir on 08 November 2019, 17:16:48 UTC
Update custom mean function (#1134)
Tip revision: 157aa4f
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