https://github.com/GPflow/GPflow
Revision 00d2e665d7a55c5eb741493ad65ee2953da62adc authored by st-- on 12 May 2020, 17:21:58 UTC, committed by GitHub on 12 May 2020, 17:21:58 UTC
1 parent 7560936
Raw File
Tip revision: 00d2e665d7a55c5eb741493ad65ee2953da62adc authored by st-- on 12 May 2020, 17:21:58 UTC
bump version to 2.0.3 (#1464)
Tip revision: 00d2e66
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