https://github.com/GPflow/GPflow
Revision 6351237537b5a8bde53d837e37eb14820a42e23c authored by ST John on 16 October 2019, 16:04:45 UTC, committed by ST John on 16 October 2019, 16:04:45 UTC
1 parent 3622c36
Raw File
Tip revision: 6351237537b5a8bde53d837e37eb14820a42e23c authored by ST John on 16 October 2019, 16:04:45 UTC
reactivate SGPR equivalence test
Tip revision: 6351237
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top