https://github.com/GPflow/GPflow
Revision e8c3cc8a66327db08bfcdd5dec1bb81235fb3edf authored by Jesper Nielsen on 14 March 2022, 14:22:11 UTC, committed by GitHub on 14 March 2022, 14:22:11 UTC
1 parent 78230b9
Raw File
Tip revision: e8c3cc8a66327db08bfcdd5dec1bb81235fb3edf authored by Jesper Nielsen on 14 March 2022, 14:22:11 UTC
Fix type error with mypy 0.940. (#1814)
Tip revision: e8c3cc8
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