https://github.com/GPflow/GPflow
Revision b6cc9532cec77153e6e03fdca1f1abe54fca951a authored by Eric Hammy on 23 October 2019, 15:21:17 UTC, committed by GitHub on 23 October 2019, 15:21:17 UTC
1 parent cd3559f
Raw File
Tip revision: b6cc9532cec77153e6e03fdca1f1abe54fca951a authored by Eric Hammy on 23 October 2019, 15:21:17 UTC
Notebook fixed - broke in earlier PR (#1115)
Tip revision: b6cc953
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