https://github.com/GPflow/GPflow
Revision 72de787b10c0bb97f99b0447c42c0e300e8e3b36 authored by joelberkeley-pio on 30 March 2020, 17:58:43 UTC, committed by GitHub on 30 March 2020, 17:58:43 UTC
1 parent 1e936e0
Raw File
Tip revision: 72de787b10c0bb97f99b0447c42c0e300e8e3b36 authored by joelberkeley-pio on 30 March 2020, 17:58:43 UTC
rename jit to compile (#1392)
Tip revision: 72de787
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