https://github.com/aiidateam/aiida_core
Raw File
Tip revision: dd6e7a6c59e50de3c5be379c0f1ad9ce90cd0d16 authored by Pranjal Mishra on 11 January 2021, 14:35:26 UTC
Docs: Minor documentation fixes (#4643)
Tip revision: dd6e7a6
codecov.yml
codecov:
  notify:
    after_n_builds: 2
    wait_for_ci: yes
  require_ci_to_pass: yes

coverage:
  precision: 2  # default, here for transparency
  round: up
  range: "70...100"  # default, here for transparency
  status:
    project:
      default:
        threshold: 0.02%
    patch:
      default:
        threshold: 0.1%
back to top