https://github.com/GPflow/GPflow
Revision 3cf5386eb8f020f0129c525c47b0575016f75e88 authored by Artem Artemev on 25 June 2019, 10:38:41 UTC, committed by Artem Artemev on 25 June 2019, 10:38:41 UTC
1 parent e9b5da1
Raw File
Tip revision: 3cf5386eb8f020f0129c525c47b0575016f75e88 authored by Artem Artemev on 25 June 2019, 10:38:41 UTC
Removing keras components and cleaning naming
Tip revision: 3cf5386
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