https://github.com/GPflow/GPflow
Revision 74cf61bdaa5b61b8a61fb3115eb6c664a5dcf955 authored by Sergio Diaz on 07 October 2019, 14:10:45 UTC, committed by Sergio Diaz on 07 October 2019, 14:10:45 UTC
1 parent e3c3f96
Raw File
Tip revision: 74cf61bdaa5b61b8a61fb3115eb6c664a5dcf955 authored by Sergio Diaz on 07 October 2019, 14:10:45 UTC
Test on print_summary now checks string output straight
Tip revision: 74cf61b
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