https://github.com/GPflow/GPflow
Revision b52f9e7cafafa28f03f85c018fd8a13193107761 authored by Jesper Nielsen on 31 January 2022, 10:50:34 UTC, committed by GitHub on 31 January 2022, 10:50:34 UTC
1 parent f70e04d
Raw File
Tip revision: b52f9e7cafafa28f03f85c018fd8a13193107761 authored by Jesper Nielsen on 31 January 2022, 10:50:34 UTC
Make mypy a bit more strict, and fix revealed problems. (#1766)
Tip revision: b52f9e7
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