https://github.com/GPflow/GPflow
Revision 5616e65dc5b31cb6c9dd1bd309fef1054b6d1736 authored by Artem Artemev on 23 November 2018, 14:11:08 UTC, committed by Vincent Dutordoir on 23 November 2018, 14:11:08 UTC
* Travis script for running notebook tests only in develop and master branches.
1 parent 14423f0
Raw File
Tip revision: 5616e65dc5b31cb6c9dd1bd309fef1054b6d1736 authored by Artem Artemev on 23 November 2018, 14:11:08 UTC
Travis script (#884)
Tip revision: 5616e65
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