https://github.com/GPflow/GPflow
Revision 824ee6b9eb64648cf95c8e5efc05f46015b1b71a authored by Simon Chiu on 08 November 2022, 11:03:20 UTC, committed by Simon Chiu on 08 November 2022, 11:03:20 UTC
1 parent 26a27a4
Raw File
Tip revision: 824ee6b9eb64648cf95c8e5efc05f46015b1b71a authored by Simon Chiu on 08 November 2022, 11:03:20 UTC
Updated to ignore mypy's new type-abstract error
Tip revision: 824ee6b
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