https://github.com/GPflow/GPflow
Revision 9d47e2eaa5467ab02f2ef7a1bd355eee7fc943b4 authored by Artem Artemev on 01 May 2019, 21:12:35 UTC, committed by Artem Artemev on 01 May 2019, 21:12:35 UTC
1 parent 2a4d09a
Raw File
Tip revision: 9d47e2eaa5467ab02f2ef7a1bd355eee7fc943b4 authored by Artem Artemev on 01 May 2019, 21:12:35 UTC
Remove support in circleci org
Tip revision: 9d47e2e
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