https://github.com/GPflow/GPflow
Revision af3be10a4552d158da39358b74c534be2260981d authored by stefanos on 16 December 2020, 16:28:50 UTC, committed by stefanos on 16 December 2020, 16:28:50 UTC
1 parent bfab1a4
Raw File
Tip revision: af3be10a4552d158da39358b74c534be2260981d authored by stefanos on 16 December 2020, 16:28:50 UTC
added test in the demo for all possible combinations of q_diag, white, multioutput. they pass
Tip revision: af3be10
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