https://github.com/GPflow/GPflow
Revision 0b368ceb9adbf95eecdce7736c7868dc5773f6ea authored by st-- on 11 October 2019, 10:37:44 UTC, committed by Artem Artemev on 11 October 2019, 10:37:44 UTC
1 parent 7e6028c
Raw File
Tip revision: 0b368ceb9adbf95eecdce7736c7868dc5773f6ea authored by st-- on 11 October 2019, 10:37:44 UTC
Fix behaviour of likelihood quadrature tests (#1083)
Tip revision: 0b368ce
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