https://github.com/GPflow/GPflow
Revision ef5a7ca1aad46878735a6e30df3c43480cb7dd6b authored by Artem Artemev on 04 December 2019, 15:00:19 UTC, committed by st-- on 04 December 2019, 15:00:19 UTC
1 parent 8939a38
Raw File
Tip revision: ef5a7ca1aad46878735a6e30df3c43480cb7dd6b authored by Artem Artemev on 04 December 2019, 15:00:19 UTC
Don't mention dockerfile in docs (#1174)
Tip revision: ef5a7ca
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top