Files
dbt-core/codecov.yml
2025-12-01 10:25:20 -05:00

25 lines
557 B
YAML

ignore:
- ".github"
- ".changes"
# Disable all status checks to prevent red X's in CI
# Coverage data is still uploaded and PR comments are still posted
coverage:
status:
project: off
patch: off
comment:
layout: "header, diff, flags, components" # show component info in the PR comment
component_management:
individual_components:
- component_id: unittests
name: "Unit Tests"
flag_regexes:
- "unit"
- component_id: integrationtests
name: "Integration Tests"
flag_regexes:
- "integration"