https://github.com/GPflow/GPflow
Revision c442e87d0b6a88e9787e8e82eb493e0dcf669c4d authored by Vincent Dutordoir on 26 March 2020, 18:45:58 UTC, committed by GitHub on 26 March 2020, 18:45:58 UTC
1 parent 118dcfe
Raw File
Tip revision: c442e87d0b6a88e9787e8e82eb493e0dcf669c4d authored by Vincent Dutordoir on 26 March 2020, 18:45:58 UTC
Monitoring of optimisation (#1344)
Tip revision: c442e87
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