https://github.com/GPflow/GPflow
Revision 0d97bc0bb3db40017f1278d6c1f292ea0f789ab0 authored by Artem Artemev on 27 March 2020, 16:57:51 UTC, committed by GitHub on 27 March 2020, 16:57:51 UTC
1 parent cf35758
Raw File
Tip revision: 0d97bc0bb3db40017f1278d6c1f292ea0f789ab0 authored by Artem Artemev on 27 March 2020, 16:57:51 UTC
MCMC notebook prior update & helper refactoring (#1372)
Tip revision: 0d97bc0
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