https://github.com/GPflow/GPflow
Revision 1c80b7021ec07ed739f46c1b1c7eaaa340be87f7 authored by Artem Artemev on 03 November 2019, 23:38:26 UTC, committed by Artem Artemev on 03 November 2019, 23:38:26 UTC
1 parent f070a8b
Raw File
Tip revision: 1c80b7021ec07ed739f46c1b1c7eaaa340be87f7 authored by Artem Artemev on 03 November 2019, 23:38:26 UTC
Announcement
Tip revision: 1c80b70
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