https://github.com/GPflow/GPflow
Revision 792201d360edd35640523a0589cad128d18c186e authored by Mark van der Wilk on 30 March 2020, 11:35:07 UTC, committed by GitHub on 30 March 2020, 11:35:07 UTC
1 parent c8e8f00
Raw File
Tip revision: 792201d360edd35640523a0589cad128d18c186e authored by Mark van der Wilk on 30 March 2020, 11:35:07 UTC
Added suggestion on how to open TensorBoard so it updates. (#1389)
Tip revision: 792201d
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