https://github.com/GPflow/GPflow
Revision ab041d2f98e60c8d24a4ecf474baa9978c6c76c7 authored by Jesper Nielsen on 22 July 2022, 13:51:26 UTC, committed by GitHub on 22 July 2022, 13:51:26 UTC
1 parent c489344
Raw File
Tip revision: ab041d2f98e60c8d24a4ecf474baa9978c6c76c7 authored by Jesper Nielsen on 22 July 2022, 13:51:26 UTC
Make tf_decorator.make_decorator configurable. (#1942)
Tip revision: ab041d2
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/sphinx/notebooks/*"
back to top