https://github.com/GPflow/GPflow
Revision 8966847482605159e99b9cfbcaf6be3075882018 authored by Sergio Diaz on 26 June 2019, 14:27:07 UTC, committed by Sergio Diaz on 26 June 2019, 14:27:07 UTC
1 parent 8ead03c
Raw File
Tip revision: 8966847482605159e99b9cfbcaf6be3075882018 authored by Sergio Diaz on 26 June 2019, 14:27:07 UTC
Adding pytest.fixtures when appropiate
Tip revision: 8966847
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