https://github.com/GPflow/GPflow
Revision 4682722505be781a44718df105dec7c4b0758785 authored by Vincent Dutordoir on 14 August 2020, 09:53:16 UTC, committed by GitHub on 14 August 2020, 09:53:16 UTC
* Update to not use custom image

* Add test requirements
1 parent 79b1a0b
Raw File
Tip revision: 4682722505be781a44718df105dec7c4b0758785 authored by Vincent Dutordoir on 14 August 2020, 09:53:16 UTC
Update to not use custom image (#1545)
Tip revision: 4682722
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