https://github.com/GPflow/GPflow
Raw File
Tip revision: bd04738eff4c8fa2c05ec14b69bffe32357d02f4 authored by vdutor on 25 June 2018, 14:04:02 UTC
Fix the global step for summary tasks
Tip revision: bd04738
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