https://github.com/geomstats/geomstats
Revision 52248a6a226388bd0ede1f62a53e93fbebdf28ca authored by Nina Miolane on 23 August 2021, 18:01:58 UTC, committed by GitHub on 23 August 2021, 18:01:58 UTC
This reverts commit 60fe1ad725f961d39abb6168f5a50652e04826c0.
1 parent e2644dd
Raw File
Tip revision: 52248a6a226388bd0ede1f62a53e93fbebdf28ca authored by Nina Miolane on 23 August 2021, 18:01:58 UTC
Revert "change the actions"
Tip revision: 52248a6
.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:
  - "geomstats/datasets/data" 
  - "examples/data"
  - "examples/imgs"
back to top