File: .codecov.yml

package info (click to toggle)
rust-itertools 0.13.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,144 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 185 bytes parent folder | download
1
2
3
4
5
6
7
coverage:
  status:
    project:
      default:
        target: auto
        # Allow a tiny drop of overall project coverage in PR to reduce spurious failures.
        threshold: 0.25%