https://github.com/GPflow/GPflow
Raw File
Tip revision: 14c1d88a252d50bd7c659b0295c806ad334e4b3c authored by Uri Granta on 27 April 2023, 09:21:01 UTC
Don't use enums for default values
Tip revision: 14c1d88
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