https://github.com/GPflow/GPflow
Revision 07aa9d2724d52197fd88e9f8463de129b15902ff authored by st-- on 11 March 2020, 00:02:10 UTC, committed by GitHub on 11 March 2020, 00:02:10 UTC
1 parent 7fd3068
Raw File
Tip revision: 07aa9d2724d52197fd88e9f8463de129b15902ff authored by st-- on 11 March 2020, 00:02:10 UTC
fix gpflow2_upgrade_guide notebook heading levels and images (#1299)
Tip revision: 07aa9d2
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