swh:1:snp:d2bcff616bbf538fe8ce2a9c384200307730292a
Raw File
Tip revision: 8a412f6c027f4ed82051b223c58483f989ccb3f6 authored by Artem Artemev on 12 April 2018, 10:05:11 UTC
Merge pull request #713 from GPflow/awav/github-templates
Tip revision: 8a412f6
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