https://github.com/GPflow/GPflow
Revision e61ee699f1e269d071839e06cf00bff81134d72b authored by Artem Artemev on 31 March 2020, 10:00:53 UTC, committed by GitHub on 31 March 2020, 10:00:53 UTC
1 parent 27bc0d4
Raw File
Tip revision: e61ee699f1e269d071839e06cf00bff81134d72b authored by Artem Artemev on 31 March 2020, 10:00:53 UTC
Add a section about custom user config (#1394)
Tip revision: e61ee69
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