https://github.com/GPflow/GPflow
Revision 1bd337f6ce942a587fb41467e92e17c5a07280cf authored by st-- on 25 February 2020, 17:39:30 UTC, committed by GitHub on 25 February 2020, 17:39:30 UTC
1 parent 3e8bf18
Raw File
Tip revision: 1bd337f6ce942a587fb41467e92e17c5a07280cf authored by st-- on 25 February 2020, 17:39:30 UTC
minor docstring/code cleanup (#1277)
Tip revision: 1bd337f
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