Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 36 additions & 36 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,42 @@
# Docs can be found here: https://docs.codecov.io/v4.3.0/docs/commit-status
coverage:
status:
project:
tests:
target: 97%
paths: "tests/"
base: auto
branches: null
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
flags: null
agent:
target: auto
# Overall coverage should never drop more then 0.5%
threshold: 0.5
paths: "elasticapm/"
base: auto
branches: null
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
flags: null
patch:
default:
target: auto
# Allows PRs without tests, overall stats count
threshold: 100
base: auto
branches: null
if_no_uploads: error
if_not_found: success
if_ci_failed: error
only_pulls: false
flags: null
paths: null
project: off
# tests:
# target: 97%
# paths: "tests/"
# base: auto
# branches: null
# if_no_uploads: error
# if_not_found: success
# if_ci_failed: error
# only_pulls: false
# flags: null
# agent:
# target: auto
# # Overall coverage should never drop more then 0.5%
# threshold: 0.5
# paths: "elasticapm/"
# base: auto
# branches: null
# if_no_uploads: error
# if_not_found: success
# if_ci_failed: error
# only_pulls: false
# flags: null
patch: off
# default:
# target: auto
# # Allows PRs without tests, overall stats count
# threshold: 100
# base: auto
# branches: null
# if_no_uploads: error
# if_not_found: success
# if_ci_failed: error
# only_pulls: false
# flags: null
# paths: null

# Disable comments on Pull Requests
comment: false