File: .codecov.yml

package info (click to toggle)
stravalib 2.4-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 5,340 kB
  • sloc: python: 4,462; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# Set non-blocking status checks
coverage:
  status:
    project:
      default:
        # Allows 10% drop from previous base commit
        threshold: 10%
        informational: true
    patch:
      default:
        informational: true