https://github.com/GPflow/GPflow
Revision 150a0d1ba9e7fb23476a79849df975c54b2ef967 authored by joelberkeley-pio on 14 May 2020, 13:37:09 UTC, committed by GitHub on 14 May 2020, 13:37:09 UTC
1 parent bf35d66
Raw File
Tip revision: 150a0d1ba9e7fb23476a79849df975c54b2ef967 authored by joelberkeley-pio on 14 May 2020, 13:37:09 UTC
add type hints to gpflow.base (#1427)
Tip revision: 150a0d1
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