https://github.com/GPflow/GPflow
Revision 1172949a1166ed3794b76fb00b58e6088ad5187a authored by ST John on 14 April 2021, 09:35:47 UTC, committed by ST John on 14 April 2021, 09:35:47 UTC
1 parent e7851ca
Raw File
Tip revision: 1172949a1166ed3794b76fb00b58e6088ad5187a authored by ST John on 14 April 2021, 09:35:47 UTC
remove WIP LinearOperatorBasePosterior
Tip revision: 1172949
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