https://github.com/GPflow/GPflow
Revision 8f38c0208b07e8d834575471a4c194c2e4a8b854 authored by ST John on 15 December 2020, 20:02:51 UTC, committed by ST John on 15 December 2020, 20:02:51 UTC
1 parent 60e19f8
Raw File
Tip revision: 8f38c0208b07e8d834575471a4c194c2e4a8b854 authored by ST John on 15 December 2020, 20:02:51 UTC
clean up broadcasting conditionals
Tip revision: 8f38c02
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