File: codecov.yml

package info (click to toggle)
djangorestframework 3.12.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,452 kB
  • sloc: python: 27,309; javascript: 18,290; makefile: 30
file content (11 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
coverage:
  precision: 2
  round: down
  range: "80...100"

  status:
    project: yes
    patch: no
    changes: no

comment: off