https://github.com/GPflow/GPflow
Revision de302a10c2c7d91c6f94f72e73038220b7de75a4 authored by Artem Artemev on 17 June 2019, 16:31:51 UTC, committed by Artem Artemev on 17 June 2019, 16:31:51 UTC
1 parent 43208d1
Raw File
Tip revision: de302a10c2c7d91c6f94f72e73038220b7de75a4 authored by Artem Artemev on 17 June 2019, 16:31:51 UTC
Cleaning up
Tip revision: de302a1
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