Revision df6ece2951d6835c71cbd8fa8d9908ee25ea7621 authored by Seth Axen on 12 December 2022, 14:22:33 UTC, committed by GitHub on 12 December 2022, 14:22:33 UTC
* Add usage of monitoring with Adam to notebook

* Add self to contributors

* Update release notes

* Update doc/sphinx/notebooks/getting_started/monitoring.pct.py

Co-authored-by: st-- <st--@users.noreply.github.com>

* Run make format

Co-authored-by: st-- <st--@users.noreply.github.com>
1 parent cce56f8
Raw File
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/sphinx/notebooks/*"
back to top