https://github.com/GPflow/GPflow
Revision 735f6b05c8ce1b47561f211a8e349dd62b3a8258 authored by stefanos on 17 December 2020, 20:42:28 UTC, committed by stefanos on 17 December 2020, 20:42:28 UTC
1 parent ff07c9c
Raw File
Tip revision: 735f6b05c8ce1b47561f211a8e349dd62b3a8258 authored by stefanos on 17 December 2020, 20:42:28 UTC
fully correlated mok with full_cov==full_output_cov works
Tip revision: 735f6b0
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