https://github.com/GPflow/GPflow
Revision f4f6e090ec55f631aaae279bb393ba7cefba8924 authored by Sergio Diaz on 20 March 2019, 12:35:10 UTC, committed by Sergio Diaz on 20 March 2019, 12:35:10 UTC
1 parent ee681fd
Raw File
Tip revision: f4f6e090ec55f631aaae279bb393ba7cefba8924 authored by Sergio Diaz on 20 March 2019, 12:35:10 UTC
Final changes for tests for variationals
Tip revision: f4f6e09
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