https://github.com/GPflow/GPflow
Revision 13e16a634d4cd7408f9564532954fda753f36f3d authored by ST John on 24 November 2017, 11:57:14 UTC, committed by ST John on 24 November 2017, 11:57:14 UTC
1 parent b313409
Raw File
Tip revision: 13e16a634d4cd7408f9564532954fda753f36f3d authored by ST John on 24 November 2017, 11:57:14 UTC
minor cleanup
Tip revision: 13e16a6
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"
back to top