https://github.com/GPflow/GPflow
Revision 4cdfd006a7e201d386d33d70df4e50d19f78605c authored by ST John on 16 December 2020, 12:06:54 UTC, committed by ST John on 16 December 2020, 12:06:54 UTC
1 parent 509e3b8
Raw File
Tip revision: 4cdfd006a7e201d386d33d70df4e50d19f78605c authored by ST John on 16 December 2020, 12:06:54 UTC
clean up separate_independent_conditional ...
Tip revision: 4cdfd00
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