https://github.com/GPflow/GPflow
Revision a7bba6aaab19dd1188e3963be41564622220a2e1 authored by ST John on 04 November 2020, 22:19:39 UTC, committed by ST John on 04 November 2020, 22:19:39 UTC
1 parent 282d1cd
Raw File
Tip revision: a7bba6aaab19dd1188e3963be41564622220a2e1 authored by ST John on 04 November 2020, 22:19:39 UTC
orbits, invariant kernel and snowflake prior
Tip revision: a7bba6a
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