https://github.com/GPflow/GPflow
Revision 986aced42824b12ead047c6d8b93982ffe89e7db authored by ST John on 16 March 2020, 19:11:58 UTC, committed by ST John on 16 March 2020, 19:11:58 UTC
1 parent 6d989a8
Raw File
Tip revision: 986aced42824b12ead047c6d8b93982ffe89e7db authored by ST John on 16 March 2020, 19:11:58 UTC
rescue code from #754
Tip revision: 986aced
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