https://github.com/GPflow/GPflow
Revision 53741bd6b33070fe944727354399cabb667cab61 authored by Jesper Nielsen on 20 September 2022, 11:04:49 UTC, committed by GitHub on 20 September 2022, 11:04:49 UTC
1 parent eecabb8
Raw File
Tip revision: 53741bd6b33070fe944727354399cabb667cab61 authored by Jesper Nielsen on 20 September 2022, 11:04:49 UTC
Work around bug in MyPy. (#1980)
Tip revision: 53741bd
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