https://github.com/GPflow/GPflow
Revision 718ef5f4f5970a327033bfe40a3875f5dd3bf50a authored by Simon Chiu on 20 December 2022, 13:37:54 UTC, committed by Simon Chiu on 20 December 2022, 13:37:54 UTC
1 parent dc6ef1e
Raw File
Tip revision: 718ef5f4f5970a327033bfe40a3875f5dd3bf50a authored by Simon Chiu on 20 December 2022, 13:37:54 UTC
Attempting to add correct posteriors
Tip revision: 718ef5f
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/sphinx/notebooks/*"
back to top