https://github.com/GPflow/GPflow
Revision 406d2d0bb0738589530d6b031b8560d975808f61 authored by Samuel Willis on 03 February 2021, 13:45:29 UTC, committed by GitHub on 03 February 2021, 13:45:29 UTC
1 parent 797fed1
Raw File
Tip revision: 406d2d0bb0738589530d6b031b8560d975808f61 authored by Samuel Willis on 03 February 2021, 13:45:29 UTC
fix ModelToTensorBoard max_size = -1 (#1619)
Tip revision: 406d2d0
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