File: codecov.yml

package info (click to toggle)
cloudpickle 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 544 kB
  • sloc: python: 3,315; sh: 9; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
coverage:
  status:
    project:
      default:
        # Allow coverage to drop by up to 1% in a PR before marking it as
        # failed
        threshold: '1%'