https://github.com/GPflow/GPflow
Revision 139f833270d8123a950e4c893a19517571df4785 authored by Artem Artemev on 17 June 2019, 17:26:23 UTC, committed by Artem Artemev on 17 June 2019, 17:26:23 UTC
1 parent a9aaeeb
Raw File
Tip revision: 139f833270d8123a950e4c893a19517571df4785 authored by Artem Artemev on 17 June 2019, 17:26:23 UTC
Debugging
Tip revision: 139f833
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