https://github.com/GPflow/GPflow
Revision 6575e90ac72aa07855659299a5fa2e6830cea121 authored by st-- on 13 March 2020, 17:24:58 UTC, committed by GitHub on 13 March 2020, 17:24:58 UTC
1 parent 46809a1
Raw File
Tip revision: 6575e90ac72aa07855659299a5fa2e6830cea121 authored by st-- on 13 March 2020, 17:24:58 UTC
Update Makefile: add 'make format' (#1313)
Tip revision: 6575e90
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