https://github.com/GPflow/GPflow
Revision f070a8b963513b7b12db48b877ce58ffb39cf1a0 authored by Eric Hammy on 31 October 2019, 11:36:01 UTC, committed by Artem Artemev on 31 October 2019, 11:36:01 UTC
1 parent 86b0ee6
Raw File
Tip revision: f070a8b963513b7b12db48b877ce58ffb39cf1a0 authored by Eric Hammy on 31 October 2019, 11:36:01 UTC
Unblacklist some notebooks so tests can run and delete the monitoring (#1121)
Tip revision: f070a8b
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