https://github.com/GPflow/GPflow
Revision 804c1a07750d6cafc2d49f9fcc06e2c49bfa109a authored by Artem Artemev on 17 June 2019, 18:19:12 UTC, committed by Artem Artemev on 17 June 2019, 18:19:12 UTC
1 parent cdcefff
Raw File
Tip revision: 804c1a07750d6cafc2d49f9fcc06e2c49bfa109a authored by Artem Artemev on 17 June 2019, 18:19:12 UTC
Modify CircleCI config
Tip revision: 804c1a0
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