https://github.com/GPflow/GPflow
Revision ac1aff12bdeeffbc088056b0db01ddb12d74418d authored by Artem Artemev on 17 June 2019, 13:38:23 UTC, committed by Artem Artemev on 17 June 2019, 13:38:23 UTC
1 parent 04a8764
Raw File
Tip revision: ac1aff12bdeeffbc088056b0db01ddb12d74418d authored by Artem Artemev on 17 June 2019, 13:38:23 UTC
Temporary commit
Tip revision: ac1aff1
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top