https://github.com/GPflow/GPflow
Revision 077f7c96cb8ee5fadd8703a07e266a9cb928e4c6 authored by Gustavo Carvalho on 02 September 2020, 17:57:05 UTC, committed by Gustavo Carvalho on 02 September 2020, 17:57:05 UTC
1 parent 51ba7d9
Raw File
Tip revision: 077f7c96cb8ee5fadd8703a07e266a9cb928e4c6 authored by Gustavo Carvalho on 02 September 2020, 17:57:05 UTC
removed print and tf.print
Tip revision: 077f7c9
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