https://github.com/GPflow/GPflow
Revision 61fc32797f8639163566989ac8e50406bedf47f7 authored by Joel Berkeley on 26 November 2020, 17:14:04 UTC, committed by GitHub on 26 November 2020, 17:14:04 UTC
* list trieste as downstream project

Co-authored-by: Joel Berkeley <joel.berkeley@secondmind.ai>
Co-authored-by: st-- <st--@users.noreply.github.com>
1 parent 282d1cd
Raw File
Tip revision: 61fc32797f8639163566989ac8e50406bedf47f7 authored by Joel Berkeley on 26 November 2020, 17:14:04 UTC
list trieste as downstream project (#1611)
Tip revision: 61fc327
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