File: .codecov.yml

package info (click to toggle)
golang-github-getsentry-sentry-go 0.29.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,404 kB
  • sloc: makefile: 75; sh: 21
file content (13 lines) | stat: -rw-r--r-- 412 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
codecov:
  # across
  notify:
    # Do not notify until at least this number of reports have been uploaded
    # from the CI pipeline. We normally have more than that number, but 6
    # should be enough to get a first notification.
    after_n_builds: 6
coverage:
  status:
    project:
      default:
        # Do not fail the commit status if the coverage was reduced up to this value
        threshold: 0.5%