https://github.com/GPflow/GPflow
Revision 5c49580c373e5755413571de5c610bed567e0f25 authored by st-- on 14 September 2020, 16:33:55 UTC, committed by GitHub on 14 September 2020, 16:33:55 UTC
1 parent 67e583c
Raw File
Tip revision: 5c49580c373e5755413571de5c610bed567e0f25 authored by st-- on 14 September 2020, 16:33:55 UTC
bump version to 2.1.1 (#1562)
Tip revision: 5c49580
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