https://github.com/GPflow/GPflow
Revision 5a5c34e476ea8ce25d415f002d2418be5bea1e92 authored by Sergio Pascual on 07 October 2019, 14:59:11 UTC, committed by GitHub on 07 October 2019, 14:59:11 UTC
2 parent s cba9732 + 5654336
Raw File
Tip revision: 5a5c34e476ea8ce25d415f002d2418be5bea1e92 authored by Sergio Pascual on 07 October 2019, 14:59:11 UTC
Merge pull request #1085 from GPflow/sergio_pasc/gpflow-2.0/updated-print-summary-tests
Tip revision: 5a5c34e
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top