https://github.com/GPflow/GPflow
Revision 36c47362d4530e594ae706386d7c93ac28a4aed7 authored by James Hensman on 02 October 2019, 09:50:28 UTC, committed by Artem Artemev on 02 October 2019, 09:50:28 UTC
1 parent 57f176c
Raw File
Tip revision: 36c47362d4530e594ae706386d7c93ac28a4aed7 authored by James Hensman on 02 October 2019, 09:50:28 UTC
Fix test coregion (#1067)
Tip revision: 36c4736
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