https://github.com/GPflow/GPflow
Revision e1a3fa30e1d75f5333110f3b35d6afff9820b108 authored by joelberkeley-pio on 20 April 2020, 09:38:45 UTC, committed by GitHub on 20 April 2020, 09:38:45 UTC
1 parent ca3b854
Raw File
Tip revision: e1a3fa30e1d75f5333110f3b35d6afff9820b108 authored by joelberkeley-pio on 20 April 2020, 09:38:45 UTC
add type hints for probability distributions (#1421)
Tip revision: e1a3fa3
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