https://github.com/GPflow/GPflow
Revision 9d8f3c1c04fd32c98054af5366c384e6b9dd35d4 authored by Artem Artemev on 15 March 2018, 23:19:55 UTC, committed by Artem Artemev on 15 March 2018, 23:27:18 UTC
2 parent s 0342cb9 + 80528a3
Raw File
Tip revision: 9d8f3c1c04fd32c98054af5366c384e6b9dd35d4 authored by Artem Artemev on 15 March 2018, 23:19:55 UTC
Merge with updated branch.
Tip revision: 9d8f3c1
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