https://github.com/GPflow/GPflow
Revision f008f843f64a67d08bf7a806089dd2ab7a19ec17 authored by st-- on 27 August 2021, 16:33:59 UTC, committed by GitHub on 27 August 2021, 16:33:59 UTC
1 parent 3e4b9f1
Raw File
Tip revision: f008f843f64a67d08bf7a806089dd2ab7a19ec17 authored by st-- on 27 August 2021, 16:33:59 UTC
notebook fix from #1706 (#1709)
Tip revision: f008f84
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