https://github.com/GPflow/GPflow
Revision 8e0744af8717e0e341a92fc8fd509bc4e939c8fb authored by st-- on 30 September 2020, 16:57:30 UTC, committed by GitHub on 30 September 2020, 16:57:30 UTC
1 parent 65a79e4
Raw File
Tip revision: 8e0744af8717e0e341a92fc8fd509bc4e939c8fb authored by st-- on 30 September 2020, 16:57:30 UTC
bump version to 2.1.2 (#1575)
Tip revision: 8e0744a
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