https://github.com/GPflow/GPflow
Revision 8094187a5a501e55b0cb34b7ea1d12a5b28643ad authored by Artem Artemev on 06 April 2020, 11:56:58 UTC, committed by GitHub on 06 April 2020, 11:56:58 UTC
Best practice demonstrated in our notebooks
1 parent 90f9a12
Raw File
Tip revision: 8094187a5a501e55b0cb34b7ea1d12a5b28643ad authored by Artem Artemev on 06 April 2020, 11:56:58 UTC
Use AUTOTUNE from tf.data.experimental (#1413)
Tip revision: 8094187
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