https://github.com/GPflow/GPflow
Revision 26e638dd174e466b482ca85f9161d0b22725009f authored by vdutor on 18 December 2018, 15:15:14 UTC, committed by vdutor on 18 December 2018, 15:15:14 UTC
1 parent ddd25cd
Raw File
Tip revision: 26e638dd174e466b482ca85f9161d0b22725009f authored by vdutor on 18 December 2018, 15:15:14 UTC
Fix full_cov of broadcasting mixing conditional
Tip revision: 26e638d
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