https://github.com/poldracklab/mriqc
Raw File
Tip revision: 08aa45502afefafab0a03407ff4ba231fe9dc6ad authored by Oscar Esteban on 05 April 2024, 09:06:34 UTC
rel(24.0.0-rc1): Update authorship in CHANGES [skip ci]
Tip revision: 08aa455
.codecov.yml
codecov:
  token: 507d37e9-5aac-4c1e-b28c-f2b4ef9d2edf
  branch: master
  bot: oesteban

coverage:
  precision: 2
  round: down
  range: "70...100"

  status:
    project:
      default:
        target: auto
        threshold: 5.0
        branches:
          - master

    patch:
      default:
        target: auto
        branches:
          - master

    changes:
      default:
        branches:
          - master

  ignore:
    - build/.*
    - agave/.*
    - .*/data/.*

comment:
  layout: "header, diff, changes, sunburst, uncovered"
  branches:
    - master
  behavior: default
back to top