https://github.com/geomstats/geomstats
Raw File
Tip revision: 07eb18d3040b111edeb0e979486e4a8ca8bb059f authored by Nina Miolane on 29 June 2020, 20:49:14 UTC
Add version 2.2.0
Tip revision: 07eb18d
.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