https://github.com/GPflow/GPflow
Revision 997853770fb36e0b1040ff1d815cf14309185a2b authored by Artem Artemev on 09 September 2019, 15:11:11 UTC, committed by Artem Artemev on 09 September 2019, 15:11:11 UTC
1 parent 8a9f162
Raw File
Tip revision: 997853770fb36e0b1040ff1d815cf14309185a2b authored by Artem Artemev on 09 September 2019, 15:11:11 UTC
Remove notebooks and examples from testing
Tip revision: 9978537
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