https://github.com/geomstats/geomstats
Raw File
Tip revision: 36596b4469e3f46d17dece0a9aee92f099489f85 authored by Nina Miolane on 20 April 2020, 15:48:43 UTC
Bump tp v1.21
Tip revision: 36596b4
.codecov.yml
coverage:
  round: up
  precision: 2
  status:
    project:
      default:
        target: 90%
        threshold: 2%
        base: auto
        flags:
          - unit
       # advanced
        branches:
          - master
        if_not_found: success
        if_ci_failed: error
        informational: False
        only_pulls: false
    patch:
      default:
        # basic
        target: 90%
        threshold: 2%
        base: auto
        flags:
          - unit
        # advanced
        branches:
          - master
        if_no_uploads: error
        if_not_found: success
        if_ci_failed: error
        only_pulls: false

# Files to ignore
ignore:
  - "examples/data"
  - "examples/imgs"
back to top