https://github.com/GPflow/GPflow
Revision 7a2e151caf79dd5553d25bee7a71302b9a7f519a authored by Artem Artemev on 13 March 2019, 23:11:39 UTC, committed by Artem Artemev on 13 March 2019, 23:11:39 UTC
1 parent b393722
Raw File
Tip revision: 7a2e151caf79dd5553d25bee7a71302b9a7f519a authored by Artem Artemev on 13 March 2019, 23:11:39 UTC
Transfer logdensities tests
Tip revision: 7a2e151
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