https://github.com/GPflow/GPflow
Revision 4a3bd56519e3e21bf49f28281307e031a9d3480d authored by Neil Ferguson on 14 January 2020, 14:42:43 UTC, committed by st-- on 14 January 2020, 14:42:43 UTC
1 parent b17df8b
Raw File
Tip revision: 4a3bd56519e3e21bf49f28281307e031a9d3480d authored by Neil Ferguson on 14 January 2020, 14:42:43 UTC
Add GPflow 2 upgrade guide (#1199)
Tip revision: 4a3bd56
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