https://github.com/GPflow/GPflow
Revision 7efe89c9c6823f87dd8c32f116a1484c1687120b authored by James Hensman on 28 January 2019, 14:39:46 UTC, committed by James Hensman on 28 January 2019, 14:39:46 UTC
1 parent 8cb72b7
Raw File
Tip revision: 7efe89c9c6823f87dd8c32f116a1484c1687120b authored by James Hensman on 28 January 2019, 14:39:46 UTC
some copyright edits
Tip revision: 7efe89c
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top