https://github.com/GPflow/GPflow
Revision c6843bc9dd97d9fdbfaefac7570ab110e10c3a91 authored by Artem Artemev on 17 June 2019, 10:35:37 UTC, committed by Artem Artemev on 17 June 2019, 10:35:37 UTC
1 parent 0d0a0c0
Raw File
Tip revision: c6843bc9dd97d9fdbfaefac7570ab110e10c3a91 authored by Artem Artemev on 17 June 2019, 10:35:37 UTC
Add Makefile
Tip revision: c6843bc
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