https://github.com/GPflow/GPflow
Raw File
Tip revision: 672f8e2399ad246edf438c119217995a8c420f5e authored by Jesper Nielsen on 25 April 2022, 13:26:20 UTC
Fix problems with different versions of Python and Numpy. (#1859)
Tip revision: 672f8e2
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