https://github.com/GPflow/GPflow
Revision 12bcf49b58e59c76458ab9bd885126eddf52c3c3 authored by Jesper Nielsen on 16 March 2022, 11:34:01 UTC, committed by GitHub on 16 March 2022, 11:34:01 UTC
1 parent ee8dd4d
Raw File
Tip revision: 12bcf49b58e59c76458ab9bd885126eddf52c3c3 authored by Jesper Nielsen on 16 March 2022, 11:34:01 UTC
Add accesors for setting/getting previously applied . (#1815)
Tip revision: 12bcf49
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