swh:1:snp:9da1d3cb79a5605e840f06a89dc00eb6ac949c52
Raw File
Tip revision: abfa31eabf2f62d0754e4178065cc8a68d78a25c authored by ST John on 20 June 2019, 12:25:31 UTC
fix export
Tip revision: abfa31e
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