https://github.com/GPflow/GPflow
Revision 0ee881e786a71f18c5a612301b3e3260f962e6f4 authored by Eric Hammy on 11 October 2019, 11:12:17 UTC, committed by GitHub on 11 October 2019, 11:12:17 UTC
Quickfix: enable notebook test of regression.ipynb
2 parent s 0b368ce + 5cef76e
Raw File
Tip revision: 0ee881e786a71f18c5a612301b3e3260f962e6f4 authored by Eric Hammy on 11 October 2019, 11:12:17 UTC
Merge pull request #1097 from GPflow/st/quickfix_regression_notebook_test
Tip revision: 0ee881e
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