Skip to content
Snippets Groups Projects
Select Git revision
  • 22ac6a29ab161bfb286fc940f72bfc357c284db8
  • master default protected
  • 1.31
  • 4.38.9
  • 4.38.8
  • 4.38.7
  • 4.38.6
  • 4.38.5
  • 4.38.4
  • 4.38.3
  • 4.38.2
  • 4.38.1
  • 4.38.0
  • 4.37.2
  • 4.37.1
  • 4.37.0
  • 4.36.0
  • 4.35.0
  • 4.34.1
  • 4.34.0
  • 4.33.1
  • 4.33.0
  • 4.32.2
23 results

CHANGELOG.md

Blame
  • To find the state of this project's repository at the time of any of these versions, check out the tags.
    .codecov.yml 638 B
    # To validate this config:
    #
    #     cat codecov.yml | curl --data-binary @- https://codecov.io/validate
    #
    # See https://docs.codecov.io/docs for more info
    
    # https://docs.codecov.io/docs/coverage-configuration
    coverage:
      precision: 2
      round: down
      range: "90..100"
    
      # https://docs.codecov.io/docs/commit-status
      status:
        target: auto
        threshold: 2
        patch: no
        changes: no
    
    parsers:
      gcov:
        branch_detection:
          conditional: yes
          loop: yes
          method: no
          macro: no
    
    # https://docs.codecov.io/docs/pull-request-comments
    comment:
      layout: "header, diff, files"
      behavior: default
      require_changes: no