https://github.com/GPflow/GPflow
Revision a4bfbe68ffcd2a2f232c4eb9d95251695ac8c360 authored by Vincent Dutordoir on 13 May 2020, 07:58:09 UTC, committed by GitHub on 13 May 2020, 07:58:09 UTC
* Add ipynb to gitignore
1 parent 00d2e66
Raw File
Tip revision: a4bfbe68ffcd2a2f232c4eb9d95251695ac8c360 authored by Vincent Dutordoir on 13 May 2020, 07:58:09 UTC
Add ipynb to gitignore (#1466)
Tip revision: a4bfbe6
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