https://github.com/GPflow/GPflow
Revision 3ea8731889acd0879b081403e642cf93b3b7c976 authored by Vatsal Aggarwal on 18 February 2021, 16:29:39 UTC, committed by GitHub on 18 February 2021, 16:29:39 UTC
Co-authored-by: st-- <st--@users.noreply.github.com>
1 parent 406d2d0
Raw File
Tip revision: 3ea8731889acd0879b081403e642cf93b3b7c976 authored by Vatsal Aggarwal on 18 February 2021, 16:29:39 UTC
Compatibility between Monitor API and SciPy optimizer (#1642)
Tip revision: 3ea8731
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