https://github.com/GPflow/GPflow
Revision f6a8bf4d202e5eb959c74fcc6f4769ea6c6fecfc authored by ST John on 11 January 2021, 15:06:27 UTC, committed by ST John on 11 January 2021, 15:06:27 UTC
1 parent c7d3b76
Raw File
Tip revision: f6a8bf4d202e5eb959c74fcc6f4769ea6c6fecfc authored by ST John on 11 January 2021, 15:06:27 UTC
T -> ᵀ in math comments
Tip revision: f6a8bf4
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