https://github.com/GPflow/GPflow
Revision 120561743eaecf864a1015eaf313da0044ea7748 authored by st-- on 27 April 2021, 17:13:01 UTC, committed by GitHub on 27 April 2021, 17:13:01 UTC
1 parent b4e6298
Raw File
Tip revision: 120561743eaecf864a1015eaf313da0044ea7748 authored by st-- on 27 April 2021, 17:13:01 UTC
bump version and update RELEASE.md (#1676)
Tip revision: 1205617
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