Skip to content

Commit

Permalink
fix(ci): add missing codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
akurungadam committed Oct 29, 2024
1 parent b5ce004 commit f84faf7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
codecov:
require_ci_to_pass: yes

coverage:
status:
project:
default:
target: auto
threshold: 0.5%

patch:
default:
target: 85%
threshold: 0%
base: auto
branches:
- develop
if_ci_failed: ignore
only_pulls: true

comment:
layout: "diff, files"
require_changes: true

0 comments on commit f84faf7

Please sign in to comment.