https://github.com/GPflow/GPflow
Revision cff754c2225bc59d9efd22f1a40f5d696735a92c authored by Artem Artemev on 14 March 2019, 18:06:41 UTC, committed by Artem Artemev on 14 March 2019, 18:06:41 UTC
1 parent 4c035b4
Raw File
Tip revision: cff754c2225bc59d9efd22f1a40f5d696735a92c authored by Artem Artemev on 14 March 2019, 18:06:41 UTC
Remove test which we don't need to transfer
Tip revision: cff754c
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