mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
21 lines
539 B
YAML
21 lines
539 B
YAML
# https://docs.codecov.com/docs/codecovyml-reference
|
|
# https://json.schemastore.org/codecov.json
|
|
codecov:
|
|
branch: main
|
|
require_ci_to_pass: true
|
|
notify:
|
|
wait_for_ci: true
|
|
|
|
coverage:
|
|
precision: 2
|
|
round: down
|
|
range: "70...100" # https://docs.codecov.com/docs/codecovyml-reference#coveragerange
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: "0%"
|
|
flags: ["unit-tests"]
|
|
integration:
|
|
flags: ["integration-tests"]
|
|
threshold: "0.2%" # https://docs.codecov.com/docs/commit-status#threshold
|