https://github.com/GPflow/GPflow
Revision db6d2fb5cdd5463acc54a0c72336cdd267033e2a authored by Artem Artemev on 22 September 2019, 14:57:52 UTC, committed by Artem Artemev on 22 September 2019, 14:57:52 UTC
1 parent 8c54b52
Raw File
Tip revision: db6d2fb5cdd5463acc54a0c72336cdd267033e2a authored by Artem Artemev on 22 September 2019, 14:57:52 UTC
Add ci_utils.py module to the notebooks
Tip revision: db6d2fb
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top