https://github.com/GPflow/GPflow
Revision 7275533aa0e9a2a263405972d3b81963452d917a authored by elvijs on 10 February 2020, 08:50:03 UTC, committed by GitHub on 10 February 2020, 08:50:02 UTC
This way, any consumers using MyPy will be able to get type hints from GPflow
1 parent f30d42c
Raw File
Tip revision: 7275533aa0e9a2a263405972d3b81963452d917a authored by elvijs on 10 February 2020, 08:50:03 UTC
Ship type information as specified by PEP 561 (#1251)
Tip revision: 7275533
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