https://github.com/GPflow/GPflow
Revision 2725abeb01612914624d34ecfa79d4689987144e authored by Artem Artemev on 01 May 2019, 21:14:39 UTC, committed by Artem Artemev on 01 May 2019, 21:14:39 UTC
1 parent 9d47e2e
Raw File
Tip revision: 2725abeb01612914624d34ecfa79d4689987144e authored by Artem Artemev on 01 May 2019, 21:14:39 UTC
Install tf nightly
Tip revision: 2725abe
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