https://github.com/GPflow/GPflow
Revision 870baaf9c22118a7b5ca19cedd18bc85c53c08dc authored by st-- on 21 December 2020, 12:03:17 UTC, committed by GitHub on 21 December 2020, 12:03:17 UTC
Co-authored-by: Fergus <fergus2@gmail.com>
1 parent f4cfcc9
Raw File
Tip revision: 870baaf9c22118a7b5ca19cedd18bc85c53c08dc authored by st-- on 21 December 2020, 12:03:17 UTC
Apply suggestions from code review
Tip revision: 870baaf
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