https://github.com/GPflow/GPflow
Revision 6ebe0c6170cfc368a14880c734829a2e6ae59b3c authored by Alessandro Davide Ialongo on 07 March 2018, 16:05:03 UTC, committed by GitHub on 07 March 2018, 16:05:03 UTC
1 parent 1fa2fb4
Raw File
Tip revision: 6ebe0c6170cfc368a14880c734829a2e6ae59b3c authored by Alessandro Davide Ialongo on 07 March 2018, 16:05:03 UTC
update density tests
Tip revision: 6ebe0c6
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