Skip to content

Commit

Permalink
Added config for test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ternaus committed Mar 5, 2024
1 parent 78de8d3 commit b028796
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
flag_management:
individual_flags:
- name: smart-tests
carryforward: true
carryforward_mode: "labels"
statuses:
- type: "project"
- type: "patch"

cli:
plugins:
pycoverage:
report_type: "json"

coverage:
status:
project:
default:
target: auto
paths:
- "**/*.py"

codecov:
require_ci_to_pass: false
ignore:
- "*/**"

0 comments on commit b028796

Please sign in to comment.