https://github.com/GPflow/GPflow
Revision d19a6357a9a4266323bbadfad6e5a24aaac3773e authored by Hugh Salimbeni on 29 November 2018, 14:09:02 UTC, committed by Hugh Salimbeni on 29 November 2018, 14:09:02 UTC
1 parent 997e210
Raw File
Tip revision: d19a6357a9a4266323bbadfad6e5a24aaac3773e authored by Hugh Salimbeni on 29 November 2018, 14:09:02 UTC
uncomment test
Tip revision: d19a635
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