https://github.com/GPflow/GPflow
Revision 2a4d09a99a135fc06eb17401dd5bc5678a2ad2b1 authored by Artem Artemev on 01 May 2019, 21:10:46 UTC, committed by Artem Artemev on 01 May 2019, 21:10:46 UTC
1 parent 0b416af
Raw File
Tip revision: 2a4d09a99a135fc06eb17401dd5bc5678a2ad2b1 authored by Artem Artemev on 01 May 2019, 21:10:46 UTC
Add .circleci images and config
Tip revision: 2a4d09a
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