File: codecov.yml

package info (click to toggle)
rust-comfy-table 7.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 612 kB
  • sloc: makefile: 2
file content (18 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ignore:
  - "benches"
  - "examples"
  - "proptest_regressions"
  - "tests"
  - "CHANGELOG.md"
  - "Cargo.lock"
  - "Cargo.toml"
  - "FAQ.md"
  - "LICENSE"
  - "README.md"

codecov:
  status:
    project:
      default:
        target: auto
        threshold: 2%