https://github.com/GPflow/GPflow
Revision 0ef6c62e69f124c808e12fc50bd4abe5e3f2337d authored by frgsimpson on 01 February 2022, 11:58:46 UTC, committed by frgsimpson on 01 February 2022, 11:58:46 UTC
1 parent 7922d48
Raw File
Tip revision: 0ef6c62e69f124c808e12fc50bd4abe5e3f2337d authored by frgsimpson on 01 February 2022, 11:58:46 UTC
Fix HetGPR arguments
Tip revision: 0ef6c62
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