https://github.com/GPflow/GPflow
Revision cf2a1b589f71f985904557022d307161f0ca94ec authored by Sergio Diaz on 12 March 2019, 17:41:46 UTC, committed by Sergio Diaz on 12 March 2019, 17:41:46 UTC
1 parent b558c95
Raw File
Tip revision: cf2a1b589f71f985904557022d307161f0ca94ec authored by Sergio Diaz on 12 March 2019, 17:41:46 UTC
Some tests require revisiting
Tip revision: cf2a1b5
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