https://github.com/GPflow/GPflow
Revision 473e9bc85187eda14c4091087c6abd6eb953299e authored by Eric Hammy on 14 November 2019, 12:23:17 UTC, committed by Artem Artemev on 14 November 2019, 12:23:17 UTC
1 parent 5ec3260
Raw File
Tip revision: 473e9bc85187eda14c4091087c6abd6eb953299e authored by Eric Hammy on 14 November 2019, 12:23:17 UTC
Update contributors (#1152)
Tip revision: 473e9bc
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