Revision bf9cff39f52a566bdd7b400c72dbfc5cf8b2f7e4 authored by Sergio Diaz on 18 March 2019, 16:12:29 UTC, committed by Sergio Diaz on 18 March 2019, 16:12:29 UTC
# Conflicts:
#	gpflow/conditionals/mo_conditionals.py
#	gpflow/conditionals/mo_sample_conditionals.py
#	gpflow/conditionals/util.py
#	gpflow/kernels/mo_kernels.py
#	gpflow/mean_functions.py
#	unsorted_tests/test_multioutput.py
1 parent 1bb5a04
Raw File
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