https://github.com/GPflow/GPflow
Revision 2ec579e1080be834d33aeb317ee818011bb2c4ba authored by Artem Artemev on 14 March 2019, 16:53:54 UTC, committed by Artem Artemev on 14 March 2019, 16:53:54 UTC
2 parent s ee9d18e + 0f3a891
Raw File
Tip revision: 2ec579e1080be834d33aeb317ee818011bb2c4ba authored by Artem Artemev on 14 March 2019, 16:53:54 UTC
Merge branch 'awav/gpflow-2.0' into sergio_pasc/gpflow-2.0/move-predict-tests
Tip revision: 2ec579e
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